summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Rösner <rndxelement@protonmail.com>2023-12-21 17:11:56 +0100
committerSam James <sam@gentoo.org>2024-01-20 12:03:07 +0000
commit53be3ccfe0863754fb581293b43d74b29e358166 (patch)
tree53cea6ab85318edc08c8a4378b812425220a018a /dev-lang/mujs/files
parentdev-lang/mujs: add 1.3.4 (diff)
downloadgentoo-53be3ccfe0863754fb581293b43d74b29e358166.tar.gz
gentoo-53be3ccfe0863754fb581293b43d74b29e358166.tar.bz2
gentoo-53be3ccfe0863754fb581293b43d74b29e358166.zip
dev-lang/mujs: drop 1.3.2
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34397 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/mujs/files')
-rw-r--r--dev-lang/mujs/files/mujs-1.1.1-flags.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/mujs/files/mujs-1.1.1-flags.patch b/dev-lang/mujs/files/mujs-1.1.1-flags.patch
deleted file mode 100644
index f3dbdfd44cd1..000000000000
--- a/dev-lang/mujs/files/mujs-1.1.1-flags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -32,9 +32,6 @@ ifeq "$(build)" "debug"
- else ifeq "$(build)" "sanitize"
- CFLAGS += -pipe -g -fsanitize=address -fno-omit-frame-pointer
- LDFLAGS += -fsanitize=address
--else ifeq "$(build)" "release"
-- CFLAGS += -O2
-- LDFLAGS += -Wl,-s
- endif
-
- ifeq "$(HAVE_READLINE)" "yes"