diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-20 03:36:28 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-20 03:36:28 +0000 |
commit | 9595513f39df38950a616a55442468cf49557c6e (patch) | |
tree | 97df044c62f9078aac7f3bf0bfa2e37dac506851 /eclass/php.eclass | |
parent | Changed 'sparc' to '-sparc' and added '-mips' to KEYWORDS; lib is x86-only. (diff) | |
download | historical-9595513f39df38950a616a55442468cf49557c6e.tar.gz historical-9595513f39df38950a616a55442468cf49557c6e.tar.bz2 historical-9595513f39df38950a616a55442468cf49557c6e.zip |
libswf only on x86 AGAIN
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r-- | eclass/php.eclass | 5 |
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}" |