diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-15 15:41:32 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-15 15:41:32 +0000 |
commit | 03cd4226e4f0f2ac384a469afbafd3f8f3b900e4 (patch) | |
tree | 3e811f7f698cf6ba9106612d97ad90de3419caab /media-gfx/gphoto | |
parent | Fix for nas (diff) | |
download | gentoo-2-03cd4226e4f0f2ac384a469afbafd3f8f3b900e4.tar.gz gentoo-2-03cd4226e4f0f2ac384a469afbafd3f8f3b900e4.tar.bz2 gentoo-2-03cd4226e4f0f2ac384a469afbafd3f8f3b900e4.zip |
*** empty log message ***
Diffstat (limited to 'media-gfx/gphoto')
-rw-r--r-- | media-gfx/gphoto/gphoto-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gphoto/gphoto-0.4.3.ebuild b/media-gfx/gphoto/gphoto-0.4.3.ebuild index 06aa21ad9cb6..6460510bebb7 100644 --- a/media-gfx/gphoto/gphoto-0.4.3.ebuild +++ b/media-gfx/gphoto/gphoto-0.4.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author AJ Lewis <aj@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.3 2001/05/06 18:32:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.4 2001/05/15 15:41:32 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -17,7 +17,7 @@ DEPEND="virtual/glibc src_compile() { - try ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info + try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info try make clean try make ${MAKEOPTS} } |