summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-02-06 02:11:30 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-02-06 02:11:30 +0000
commit42c85a5ee064176cdca3c8d198fce70a8409b6c9 (patch)
tree4fcf6b450539191b0c65d5fadc361ddda2b0304b /dev-libs/dmalloc/dmalloc-5.4.2.ebuild
parentAdd extraction of "libemailfuctions" dir needed for the compilation. (Manifes... (diff)
downloadgentoo-2-42c85a5ee064176cdca3c8d198fce70a8409b6c9.tar.gz
gentoo-2-42c85a5ee064176cdca3c8d198fce70a8409b6c9.tar.bz2
gentoo-2-42c85a5ee064176cdca3c8d198fce70a8409b6c9.zip
Fix sigsegv on ppc when sandbox is enabled for bug 80928; thanks to Wormo for the patch.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs/dmalloc/dmalloc-5.4.2.ebuild')
-rw-r--r--dev-libs/dmalloc/dmalloc-5.4.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/dmalloc/dmalloc-5.4.2.ebuild b/dev-libs/dmalloc/dmalloc-5.4.2.ebuild
index 98a36c62e933..56c3b35355a2 100644
--- a/dev-libs/dmalloc/dmalloc-5.4.2.ebuild
+++ b/dev-libs/dmalloc/dmalloc-5.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.4.2.ebuild,v 1.4 2005/01/29 15:59:43 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.4.2.ebuild,v 1.5 2005/02/06 02:11:30 ka0ttic Exp $
inherit debug eutils
@@ -20,6 +20,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${PN}-5.3.0-fpic.patch
epatch ${FILESDIR}/${P}-respect-DESTDIR.diff
+ epatch ${FILESDIR}/${P}-sandbox.patch
}
src_compile() {