diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/files/etags-2.1.0.patch | 10 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-2.1.0.ebuild | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-lisp/sbcl/files/etags-2.1.0.patch b/dev-lisp/sbcl/files/etags-2.1.0.patch new file mode 100644 index 000000000000..8f14e5038614 --- /dev/null +++ b/dev-lisp/sbcl/files/etags-2.1.0.patch @@ -0,0 +1,10 @@ +diff -r -U2 sbcl-2.1.0.orig/src/runtime/GNUmakefile sbcl-2.1.0/src/runtime/GNUmakefile +--- sbcl-2.1.0.orig/src/runtime/GNUmakefile 2020-12-29 17:05:25.000000000 +0700 ++++ sbcl-2.1.0/src/runtime/GNUmakefile 2021-01-28 18:02:57.682523052 +0700 +@@ -12,5 +12,5 @@ + .PHONY: all clean TAGS tags targets + +-all: targets tags ++all: targets + TARGET=sbcl + diff --git a/dev-lisp/sbcl/sbcl-2.1.0.ebuild b/dev-lisp/sbcl/sbcl-2.1.0.ebuild index 0806d5a9d6b0..2bd14b2981c1 100644 --- a/dev-lisp/sbcl/sbcl-2.1.0.ebuild +++ b/dev-lisp/sbcl/sbcl-2.1.0.ebuild @@ -99,6 +99,8 @@ src_prepare() { eapply "${FILESDIR}"/bsd-sockets-test-2.0.5.patch # bugs #560276, #561018 eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch + # bug #767742 + eapply "${FILESDIR}"/etags-2.1.0.patch eapply "${FILESDIR}"/verbose-build-2.0.3.patch |