summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/sbcl/sbcl-1.1.14.ebuild')
-rw-r--r--dev-lisp/sbcl/sbcl-1.1.14.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.1.14.ebuild b/dev-lisp/sbcl/sbcl-1.1.14.ebuild
index 0912ced3865d..0788761f1e8c 100644
--- a/dev-lisp/sbcl/sbcl-1.1.14.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.1.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.14.ebuild,v 1.1 2013/12/09 18:56:31 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.14.ebuild,v 1.2 2014/01/11 11:09:50 grozin Exp $
EAPI=5
inherit multilib eutils flag-o-matic pax-utils
@@ -80,6 +80,10 @@ src_unpack() {
src_prepare() {
epatch "${FILESDIR}"/gentoo-fix_install_man.patch
epatch "${FILESDIR}"/gentoo-fix_linux-os-c.patch
+ # bug #468482
+ epatch "${FILESDIR}"/concurrency-test.patch
+ # bug #486552
+ epatch "${FILESDIR}"/bsd-sockets-test.patch
# To make the hardened compiler NOT compile with -fPIE -pie
if gcc-specs-pie ; then