Skip to content

Commit

Permalink
dev-lisp/sbcl: don't call etags
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/767742
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrey Grozin <[email protected]>
  • Loading branch information
Andrey Grozin committed Jan 28, 2021
1 parent 3fb57f4 commit 83ba7cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev-lisp/sbcl/files/etags-2.1.0.patch
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions dev-lisp/sbcl/sbcl-2.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 83ba7cf

Please sign in to comment.