diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 03:44:19 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 03:44:19 +0000 |
commit | 649d8b7c9c4f575bf5497493a1a2bf8849054b08 (patch) | |
tree | 6809f7f55766af04332c7c7c2bd1a1628da9279f /media-libs/ofbis | |
parent | add $header tags. (diff) | |
download | gentoo-2-649d8b7c9c4f575bf5497493a1a2bf8849054b08.tar.gz gentoo-2-649d8b7c9c4f575bf5497493a1a2bf8849054b08.tar.bz2 gentoo-2-649d8b7c9c4f575bf5497493a1a2bf8849054b08.zip |
media-libs \" fixes
Diffstat (limited to 'media-libs/ofbis')
-rw-r--r-- | media-libs/ofbis/ofbis-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ofbis/ofbis-0.1.1.ebuild b/media-libs/ofbis/ofbis-0.1.1.ebuild index 3decf111fcc8..b6617e7c690d 100644 --- a/media-libs/ofbis/ofbis-0.1.1.ebuild +++ b/media-libs/ofbis/ofbis-0.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ofbis-0.1.1.ebuild,v 1.1 2001/03/31 18:34:44 ryan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ofbis-0.1.1.ebuild,v 1.2 2001/08/11 03:44:19 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -14,7 +14,7 @@ DEPEND="virtual/glibc" src_compile() { try ./configure --prefix=/usr - try make CFLAGS=\"${CFLAGS}\" all + try make CFLAGS="${CFLAGS}" all } src_install() { |