diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-30 08:50:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-30 09:27:51 +0000 |
commit | b5af15edf79d3cc309e7fb0ee37d8efddde6c1a8 (patch) | |
tree | f17e4e20c91faaf37e4eb22a98a0fbe6e685dd89 /dev-lang/jsonnet | |
parent | sys-process/lsof: remove unused patch (diff) | |
download | gentoo-b5af15edf79d3cc309e7fb0ee37d8efddde6c1a8.tar.gz gentoo-b5af15edf79d3cc309e7fb0ee37d8efddde6c1a8.tar.bz2 gentoo-b5af15edf79d3cc309e7fb0ee37d8efddde6c1a8.zip |
dev-lang/jsonnet: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28036
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/jsonnet')
-rw-r--r-- | dev-lang/jsonnet/files/jsonnet-0.14.0-makefile.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-lang/jsonnet/files/jsonnet-0.14.0-makefile.patch b/dev-lang/jsonnet/files/jsonnet-0.14.0-makefile.patch deleted file mode 100644 index a6107a4e10cd..000000000000 --- a/dev-lang/jsonnet/files/jsonnet-0.14.0-makefile.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/Makefile b/Makefile -index 474655c..89c396c 100644 ---- a/Makefile -+++ b/Makefile -@@ -31,9 +31,9 @@ OPT ?= -O3 - - PREFIX ?= /usr/local - --CXXFLAGS ?= -g $(OPT) -Wall -Wextra -Woverloaded-virtual -pedantic -std=c++0x -fPIC -+CXXFLAGS += -Wall -Wextra -Woverloaded-virtual -pedantic -std=c++0x -fPIC - CXXFLAGS += -Iinclude -Ithird_party/md5 -Ithird_party/json --CFLAGS ?= -g $(OPT) -Wall -Wextra -pedantic -std=c99 -fPIC -+CFLAGS += -Wall -Wextra -pedantic -std=c99 -fPIC - CFLAGS += -Iinclude - MAKEDEPENDFLAGS += -Iinclude -Ithird_party/md5 -Ithird_party/json - EMCXXFLAGS = $(CXXFLAGS) -g0 -Os --memory-init-file 0 -s DISABLE_EXCEPTION_CATCHING=0 -s OUTLINING_LIMIT=10000 -s RESERVED_FUNCTION_POINTERS=20 -s ASSERTIONS=1 -s ALLOW_MEMORY_GROWTH=1 |