summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-06-20 03:36:28 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-06-20 03:36:28 +0000
commit7a130f38e19ca70d39aab29c9c8eb94a31653896 (patch)
tree941a6815316ecc8c13e8bf850b0a6481b6360d27 /eclass/php.eclass
parentChanged 'sparc' to '-sparc' and added '-mips' to KEYWORDS; lib is x86-only. (diff)
downloadgentoo-2-7a130f38e19ca70d39aab29c9c8eb94a31653896.tar.gz
gentoo-2-7a130f38e19ca70d39aab29c9c8eb94a31653896.tar.bz2
gentoo-2-7a130f38e19ca70d39aab29c9c8eb94a31653896.zip
libswf only on x86 AGAIN
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r--eclass/php.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass
index c9c76ba62495..21da97667ec2 100644
--- a/eclass/php.eclass
+++ b/eclass/php.eclass
@@ -1,7 +1,7 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Robin H. Johnson <robbat2@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.53 2003/06/20 03:05:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.54 2003/06/20 03:36:28 robbat2 Exp $
# This EBUILD is totally masked presently. Use it at your own risk. I know it
# is severely broken, but I needed to get a copy into CVS to pass around and
@@ -217,7 +217,8 @@ php_src_compile() {
use crypt && myconf="${myconf} --with-mcrypt=/usr --with-mhash"
use firebird && myconf="${myconf} --with-interbase=/opt/interbase"
- use flash && myconf="${myconf} --with-swf=/usr --with-ming=/usr"
+ use flash && myconf="${myconf} --with-ming=/usr"
+ use flash && use x86 && myconf="${myconf} --with-swf=/usr"
use freetds && myconf="${myconf} --with-sybase=/usr"
use gdbm && myconf="${myconf} --with-gdbm=/usr"
use informix && [ -n "${INFORMIXDIR}" ] && myconf="${myconf} --with-informix=${INFORMIXDIR}"