diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-06-11 08:11:28 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-06-11 08:11:28 +0000 |
commit | 3c6132a8f709960b6c28a40472d2aaee1b1a7aaf (patch) | |
tree | 61d5294b814b4701cdfc1ff21738b20ac3e2f8ea /media-gfx/gphoto | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.gz gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.bz2 gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.zip |
Changed to pmake where make -j 4 worked, if it didn't I added a comment about it
Diffstat (limited to 'media-gfx/gphoto')
-rw-r--r-- | media-gfx/gphoto/gphoto-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gphoto/gphoto-2.0_beta1.ebuild | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/media-gfx/gphoto/gphoto-0.4.3.ebuild b/media-gfx/gphoto/gphoto-0.4.3.ebuild index a2613a6d0363..2a755c53e1a3 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.6 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.7 2001/06/11 08:11:28 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -19,7 +19,7 @@ src_compile() { # -pipe does no work try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome try make clean - try make ${MAKEOPTS} + try pmake } src_install() { diff --git a/media-gfx/gphoto/gphoto-2.0_beta1.ebuild b/media-gfx/gphoto/gphoto-2.0_beta1.ebuild index 99c125485845..e3d992bbcd5c 100644 --- a/media-gfx/gphoto/gphoto-2.0_beta1.ebuild +++ b/media-gfx/gphoto/gphoto-2.0_beta1.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-2.0_beta1.ebuild,v 1.1 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-2.0_beta1.ebuild,v 1.2 2001/06/11 08:11:28 hallski Exp $ A=${PN}-2.0beta1.tar.gz S=${WORKDIR}/${PN}-2.0beta1 @@ -19,8 +19,7 @@ src_compile() { try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr --sysconfdir=/etc cd .. try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr --sysconfdir=/etc - # -j does not work - try make + try pmake } src_install() { |