From 128025db16ea525715d1f5170c635c4f42ce4881 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 13 Apr 2023 11:43:14 +0100 Subject: gentoo auto-resync : 13:04:2023 - 11:43:14 --- dev-lang/mujs/files/mujs-1.3.3-flags.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-lang/mujs/files/mujs-1.3.3-flags.patch (limited to 'dev-lang/mujs/files') diff --git a/dev-lang/mujs/files/mujs-1.3.3-flags.patch b/dev-lang/mujs/files/mujs-1.3.3-flags.patch new file mode 100644 index 000000000000..90709863015f --- /dev/null +++ b/dev-lang/mujs/files/mujs-1.3.3-flags.patch @@ -0,0 +1,12 @@ +diff --git a/Makefile.oirg b/Makefile +index 24049d3..5d5d58d 100644 +--- a/Makefile.oirg ++++ b/Makefile +@@ -5,6 +5,7 @@ + default: build/debug/mujs build/debug/mujs-pp + + CFLAGS = -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter ++CFLAGS += $(XCFLAGS) $(XLDFLAGS) + + OPTIM = -O3 + -- cgit v1.2.3