freebsd-ports/irc/kvirc/files/patch-configure
Maxim Sobolev a295437e88 - Drop gettext-old dependency;
- make it respecting CFLAGS while I'm here.
2002-09-25 10:43:27 +00:00

24 lines
446 B
Plaintext

$FreeBSD$
--- configure 2002/09/25 07:23:08 1.1
+++ configure 2002/09/25 07:24:28
@@ -1004,7 +1004,7 @@
fi
- CXXFLAGS=""
+# CXXFLAGS=""
if test -n "$SS_ADD_DEBUG_SYMBOLS"; then
echo "$ac_t""yes" 1>&6
@@ -1027,7 +1027,7 @@
CXXFLAGS="$CXXFLAGS -O3"
else
echo "$ac_t""no" 1>&6
- CXXFLAGS="$CXXFLAGS -O2"
+# CXXFLAGS="$CXXFLAGS -O2"
fi
echo $ac_n "checking if you want to add other library search paths""... $ac_c" 1>&6