openbsd-ports/databases/qdbm/patches/patch-configure
okan e9debc04d7 - update to 1.8.78
- new HOMEPAGE/MASTER_SITES
- do not require USE_GROFF
- fix patches to use ${LOCALBASE} instead of hardcoding /usr/local

ok ajacoutot@
2012-05-08 13:04:48 +00:00

13 lines
403 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2012/05/08 13:04:48 okan Exp $
--- configure.orig Wed Aug 4 11:15:20 2010
+++ configure Wed Apr 25 13:16:33 2012
@@ -2774,7 +2774,7 @@ then
fi
if uname | egrep -i 'BSD' > /dev/null 2>&1
then
- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr"
+ MYOPTS="-fno-omit-frame-pointer -fno-force-addr"
fi
if gcc --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1
then