openbsd-ports/x11/fltk/patches/patch-configure
2002-09-30 06:44:17 +00:00

22 lines
605 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2002/09/30 06:44:17 wilfried Exp $
--- configure.orig Sat Sep 28 10:39:23 2002
+++ configure Sat Sep 28 10:39:51 2002
@@ -4190,7 +4190,7 @@ echo "configure:4179: checking if libsup
;;
esac
- CXX="$CC"
+ : # CXX="$CC"
# Show all standard warnings + unused variables when compiling...
OPTIM="-Wall -Wunused $OPTIM"
@@ -4217,7 +4217,7 @@ echo "configure:4179: checking if libsup
if test "x$with_optim" != x; then
OPTIM="$with_optim $OPTIM"
else
- OPTIM="-O2 $OPTIM"
+ : # OPTIM="-O2 $OPTIM"
fi
fi