summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Rösner <rndxelement@protonmail.com>2023-03-29 21:47:43 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-04-13 09:01:08 +0300
commit0e28ca50b4cc77ef97f975befb918a59c44d1396 (patch)
tree3d95da92180a5ac3653bfca04a56b5008ca3b945 /dev-lang/mujs/files
parentdev-util/librnp: add 0.16.3 (diff)
downloadgentoo-0e28ca50b4cc77ef97f975befb918a59c44d1396.tar.gz
gentoo-0e28ca50b4cc77ef97f975befb918a59c44d1396.tar.bz2
gentoo-0e28ca50b4cc77ef97f975befb918a59c44d1396.zip
dev-lang/mujs: add 1.3.3
Upstream changes to Makefile at f190f88 and 57e3f01. XCPPFLAGS aren't used in the Makefile anymore. No API changes in /usr/include/mujs.h. Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/30402 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lang/mujs/files')
-rw-r--r--dev-lang/mujs/files/mujs-1.3.3-flags.patch12
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
+