openbsd-ports/databases/qdbm/patches/patch-configure
2006-11-25 13:23:29 +00:00

13 lines
404 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2006/11/25 13:23:29 bernd Exp $
--- configure.orig Wed Nov 1 07:48:11 2006
+++ configure Sat Nov 18 18:44:53 2006
@@ -2392,7 +2392,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