openbsd-ports/archivers/freeze/patches/patch-configure
jolan e05af7b2d3 make this respect ${PREFIX}/${SYSCONFDIR}, from Xavier Santolaria
while here, also sync w/update-{patches,plist}
2003-08-02 01:41:43 +00:00

12 lines
352 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2003/08/02 01:41:43 jolan Exp $
--- configure.orig 1993-02-24 14:36:54.000000000 +0100
+++ configure 2003-08-01 08:29:26.000000000 +0200
@@ -126,7 +126,6 @@ EOF
${CC-cc} -E conftest.c > conftest.out 2>&1
if egrep yes conftest.out >/dev/null 2>&1; then
GCC=1 # For later tests.
- CC="$CC -O"
fi
rm -f conftest*