diff options
author | Andrey Grozin <grozin@gentoo.org> | 2016-11-17 00:37:42 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2016-11-17 00:37:42 +0700 |
commit | 7bfab2119e74409da904f5e21e19463cc17ca43b (patch) | |
tree | 3ba0413e879b7eac2371d3fc88f2583fa6a7bdd5 /dev-lisp/sbcl/sbcl-1.3.11.ebuild | |
parent | profiles/package.mask: clean up obsolete entries. (diff) | |
download | gentoo-7bfab2119e74409da904f5e21e19463cc17ca43b.tar.gz gentoo-7bfab2119e74409da904f5e21e19463cc17ca43b.tar.bz2 gentoo-7bfab2119e74409da904f5e21e19463cc17ca43b.zip |
dev-lisp/sbcl: fix problem with hardened gcc in 1.3.11
Bug: 599902
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-lisp/sbcl/sbcl-1.3.11.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.3.11.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.3.11.ebuild b/dev-lisp/sbcl/sbcl-1.3.11.ebuild index 3681769c6be0..334669e1ad69 100644 --- a/dev-lisp/sbcl/sbcl-1.3.11.ebuild +++ b/dev-lisp/sbcl/sbcl-1.3.11.ebuild @@ -101,6 +101,8 @@ src_prepare() { eapply "${FILESDIR}"/bsd-sockets-test-1.2.11.patch # bugs #560276, #561018 eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch + # bug #599902 + eapply "${FILESDIR}"/${PN}-1.3.11-config.patch eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch eapply "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch |