diff options
Diffstat (limited to 'dev-lang/mujs/files/mujs-1.3.3-flags.patch')
-rw-r--r-- | dev-lang/mujs/files/mujs-1.3.3-flags.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 + |