summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Lashley <malc@gentoo.org>2005-05-09 01:18:26 +0000
committerMalcolm Lashley <malc@gentoo.org>2005-05-09 01:18:26 +0000
commit2cfa2567bc038dc23fe79a5ad590a5d610c064a2 (patch)
tree9eda6784209655fb145432a7dc4d4a5574735129 /sys-fs/unionfs/unionfs-1.0.11.ebuild
parentstable on ia64 (diff)
downloadgentoo-2-2cfa2567bc038dc23fe79a5ad590a5d610c064a2.tar.gz
gentoo-2-2cfa2567bc038dc23fe79a5ad590a5d610c064a2.tar.bz2
gentoo-2-2cfa2567bc038dc23fe79a5ad590a5d610c064a2.zip
Fix compilation on amd64 - closes bug #87580
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'sys-fs/unionfs/unionfs-1.0.11.ebuild')
-rw-r--r--sys-fs/unionfs/unionfs-1.0.11.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-fs/unionfs/unionfs-1.0.11.ebuild b/sys-fs/unionfs/unionfs-1.0.11.ebuild
index 49cf3681a673..f45b0ea45489 100644
--- a/sys-fs/unionfs/unionfs-1.0.11.ebuild
+++ b/sys-fs/unionfs/unionfs-1.0.11.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/sys-fs/unionfs/unionfs-1.0.11.ebuild,v 1.2 2005/04/01 21:27:03 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.0.11.ebuild,v 1.3 2005/05/09 01:18:26 malc Exp $
inherit eutils linux-mod
@@ -26,6 +26,8 @@ src_unpack() {
unpack ${A}
cd ${S}
+ use amd64 && epatch ${FILESDIR}/${P}-amd64.patch || die
+
if ! use debug; then
echo "UNIONFS_DEBUG_CFLAG=" >> ${user_Makefile}
EXTRACFLAGS="${EXTRACFLAGS} -DNODEBUG"