openbsd-ports/databases/qdbm/patches/patch-configure
2007-04-13 13:10:37 +00:00

13 lines
404 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2007/04/13 13:10:37 bernd Exp $
--- configure.orig Mon Mar 5 07:58:55 2007
+++ configure Sat Apr 7 11:59:22 2007
@@ -2405,7 +2405,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