diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-30 05:22:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-30 05:22:31 +0000 |
commit | c497c9e2f52de5300584563c1e45a021435cfe38 (patch) | |
tree | 5242dbf6c1411922bfb2d5ae71af5956cf149866 /net-libs | |
parent | more stuff for libsdl (diff) | |
download | historical-c497c9e2f52de5300584563c1e45a021435cfe38.tar.gz historical-c497c9e2f52de5300584563c1e45a021435cfe38.tar.bz2 historical-c497c9e2f52de5300584563c1e45a021435cfe38.zip |
touchups
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/wvstreams/wvstreams-3.70-r2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-libs/wvstreams/wvstreams-3.70-r2.ebuild b/net-libs/wvstreams/wvstreams-3.70-r2.ebuild index 311c4dbcc5de..96cc02c5b6cd 100644 --- a/net-libs/wvstreams/wvstreams-3.70-r2.ebuild +++ b/net-libs/wvstreams/wvstreams-3.70-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.70-r2.ebuild,v 1.14 2003/09/26 03:40:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.70-r2.ebuild,v 1.15 2003/10/30 05:22:31 vapier Exp $ inherit flag-o-matic @@ -19,14 +19,12 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${PV}-gcc3.patch epatch ${FILESDIR}/${PV}-openssl.patch - if [ "${ARCH}" = "alpha" -o "${ARCH}" = "hppa" ]; then - sed -i "s:CXXOPTS += :CXXOPTS += -fPIC :" Makefile - fi } src_compile() { + [ "${ARCH}" = "alpha" -o "${ARCH}" = "hppa" ] && append-flags -fPIC append-flags -Wno-deprecated - make || die + emake -j1 || die } src_install() { |