summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-apps/gphoto/gphoto-0.4.3.ebuild4
-rw-r--r--media-gfx/gphoto/gphoto-0.4.3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnome-apps/gphoto/gphoto-0.4.3.ebuild b/gnome-apps/gphoto/gphoto-0.4.3.ebuild
index ebaf274f2b03..aeb02d2222c1 100644
--- a/gnome-apps/gphoto/gphoto-0.4.3.ebuild
+++ b/gnome-apps/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/gnome-apps/gphoto/gphoto-0.4.3.ebuild,v 1.7 2001/06/11 08:11:28 hallski Exp $
+# /home/cvsroot/gentoo-x86/gnome-apps/gphoto/gphoto-0.4.3.ebuild,v 1.7 2001/06/11 08:11:28 hallski Exp
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -17,7 +17,7 @@ DEPEND="virtual/glibc
src_compile() {
# -pipe does no work
- try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
+ try CFLAGS="${CFLAGS/-pipe/}" ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
try make clean
try pmake
}
diff --git a/media-gfx/gphoto/gphoto-0.4.3.ebuild b/media-gfx/gphoto/gphoto-0.4.3.ebuild
index 2a755c53e1a3..aeb02d2222c1 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.7 2001/06/11 08:11:28 hallski Exp $
+# /home/cvsroot/gentoo-x86/gnome-apps/gphoto/gphoto-0.4.3.ebuild,v 1.7 2001/06/11 08:11:28 hallski Exp
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -17,7 +17,7 @@ DEPEND="virtual/glibc
src_compile() {
# -pipe does no work
- try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
+ try CFLAGS="${CFLAGS/-pipe/}" ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
try make clean
try pmake
}