summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-07-03 16:53:17 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-07-03 16:53:17 +0000
commit615534b6cb94ee33caff86106c888bec1bb92b7d (patch)
tree129e073e13adcc06284238b6b0299d857e3f0f89 /dev-libs/openobex
parentAdded to ~ppc (diff)
downloadgentoo-2-615534b6cb94ee33caff86106c888bec1bb92b7d.tar.gz
gentoo-2-615534b6cb94ee33caff86106c888bec1bb92b7d.tar.bz2
gentoo-2-615534b6cb94ee33caff86106c888bec1bb92b7d.zip
Ooops, forgot to patch _conditionally_
Diffstat (limited to 'dev-libs/openobex')
-rw-r--r--dev-libs/openobex/openobex-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/openobex/openobex-1.0.1.ebuild b/dev-libs/openobex/openobex-1.0.1.ebuild
index 32e3783215e6..bb9545356a53 100644
--- a/dev-libs/openobex/openobex-1.0.1.ebuild
+++ b/dev-libs/openobex/openobex-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.0.1.ebuild,v 1.8 2004/07/03 16:51:11 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.0.1.ebuild,v 1.9 2004/07/03 16:53:17 kugelfang Exp $
inherit eutils
@@ -20,7 +20,7 @@ src_unpack() {
unpack ${A}
cd ${S}
pwd
- epatch ${FILESDIR}/${P}-shared-object.patch
+ use amd64 && epatch ${FILESDIR}/${P}-shared-object.patch
}
src_compile() {