summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Brueckner <darks@gentoo.org>2001-08-07 16:57:37 +0000
committerHolger Brueckner <darks@gentoo.org>2001-08-07 16:57:37 +0000
commitb0681050ce8af5e9c3116ee593ba2a6e9eb9a89d (patch)
tree71bc102c7071f0bb8af778195ff6a742e9eee151 /sys-libs/db/db-1.85-r1.ebuild
parentfixed type in copying new Makefile.in for intl directory (diff)
downloadhistorical-b0681050ce8af5e9c3116ee593ba2a6e9eb9a89d.tar.gz
historical-b0681050ce8af5e9c3116ee593ba2a6e9eb9a89d.tar.bz2
historical-b0681050ce8af5e9c3116ee593ba2a6e9eb9a89d.zip
*** empty log message ***
Diffstat (limited to 'sys-libs/db/db-1.85-r1.ebuild')
-rw-r--r--sys-libs/db/db-1.85-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild
index 440ec736df93..aacf9669307a 100644
--- a/sys-libs/db/db-1.85-r1.ebuild
+++ b/sys-libs/db/db-1.85-r1.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 Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.3 2001/04/09 05:38:09 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.4 2001/08/07 16:57:37 darks Exp $
A=db.${PV}.tar.gz
S=${WORKDIR}/db.${PV}
@@ -22,7 +22,7 @@ src_unpack() {
src_compile() {
cd ${S}/PORT/linux
- try make ${MAKEOPTS} OORG=\"${CFLAGS} -fomit-frame-pointer\" prefix=/usr
+ try make ${MAKEOPTS} OORG="${CFLAGS} -fomit-frame-pointer" prefix=/usr
}