diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-13 18:43:38 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-13 18:58:18 +0100 |
commit | 30941ca6e0daf3095112049bfb11fd456e086b45 (patch) | |
tree | c95d254cfdca16fcd91165e0e01adf5150f3af7e /dev-lisp | |
parent | app-crypt/moolticute: remove old (diff) | |
download | gentoo-30941ca6e0daf3095112049bfb11fd456e086b45.tar.gz gentoo-30941ca6e0daf3095112049bfb11fd456e086b45.tar.bz2 gentoo-30941ca6e0daf3095112049bfb11fd456e086b45.zip |
dev-lisp/sbcl: Removes unused patch
Closes: https://github.com/gentoo/gentoo/pull/7432
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/files/sbcl-1.3.13-config.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-lisp/sbcl/files/sbcl-1.3.13-config.patch b/dev-lisp/sbcl/files/sbcl-1.3.13-config.patch deleted file mode 100644 index e20fc07b028d..000000000000 --- a/dev-lisp/sbcl/files/sbcl-1.3.13-config.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -r -U2 sbcl-1.3.13.orig/src/runtime/Config.x86-64-linux sbcl-1.3.13/src/runtime/Config.x86-64-linux ---- sbcl-1.3.13.orig/src/runtime/Config.x86-64-linux 2016-12-31 09:38:30.000000000 +0100 -+++ sbcl-1.3.13/src/runtime/Config.x86-64-linux 2017-02-05 16:11:54.801938872 +0100 -@@ -58,12 +58,4 @@ - endif - --# The following works for Ubuntu 16.10. There must be a better way to --# do this across various flavors of linux. --ifneq ($(shell $(CC) -dumpspecs 2>/dev/null | grep -e no-pie),) --CFLAGS += -fno-pie --LINKFLAGS += -no-pie --LDFLAGS += -no-pie --endif -- - # Nothing to do for after-grovel-headers. - .PHONY: after-grovel-headers -diff -r -U2 sbcl-1.3.13.orig/src/runtime/Config.x86-linux sbcl-1.3.13/src/runtime/Config.x86-linux ---- sbcl-1.3.13.orig/src/runtime/Config.x86-linux 2016-12-31 09:38:30.000000000 +0100 -+++ sbcl-1.3.13/src/runtime/Config.x86-linux 2017-02-05 16:10:16.882945480 +0100 -@@ -50,12 +50,4 @@ - endif - --# The following works for Ubuntu 16.10. There must be a better way to --# do this across various flavors of linux. --ifneq ($(shell $(CC) -dumpspecs 2>/dev/null | grep -e no-pie),) --CFLAGS += -fno-pie --LINKFLAGS += -no-pie --LDFLAGS += -no-pie --endif -- - GC_SRC = gencgc.c - |