freebsd-ports/lang/cli/files/patch-configure
Maxim Sobolev 062cd21bb1 Upgrade to 20021101 release (aka 1.0), which fixes compilation on
recent FreeBSD versions and allows to remove all of the gcc 3.x
fixes. sscli now supports Darwin/ppc, so that it might be possible
to port it to FreeBSD/ppc once it is available.
2003-04-24 11:17:57 +00:00

14 lines
309 B
Text

$FreeBSD$
--- configure 2003/04/25 08:43:30 1.1
+++ configure 2003/04/25 08:44:09
@@ -2041,7 +2041,7 @@
PTHREAD_OPTIONS=
-CFLAGS="-g -O2 -Wall -fPIC -DPIC"
+CFLAGS="$CFLAGS -Wall -fPIC -DPIC"
if test "$FEATURE_CASE_SENSITIVE_FS" = "1"; then
CFLAGS="$CFLAGS -DFEATURE_CASE_SENSITIVE_FILESYSTEM"