64 lines
1.3 KiB
Text
64 lines
1.3 KiB
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Sun Apr 21 13:34:06 2002
|
|
+++ configure Tue Apr 23 22:08:24 2002
|
|
@@ -1117,10 +1117,10 @@
|
|
|
|
# The aliases save the names the user supplied, while $host etc.
|
|
# will get canonicalized.
|
|
-test -n "$target_alias" &&
|
|
- test "$program_prefix$program_suffix$program_transform_name" = \
|
|
- NONENONEs,x,x, &&
|
|
- program_prefix=${target_alias}-
|
|
+#test -n "$target_alias" &&
|
|
+# test "$program_prefix$program_suffix$program_transform_name" = \
|
|
+# NONENONEs,x,x, &&
|
|
+# program_prefix=${target_alias}-
|
|
test -z "$target_alias" &&
|
|
target_alias=$ac_cv_target
|
|
|
|
@@ -2045,7 +2045,7 @@
|
|
fi
|
|
else
|
|
if test "$GCC" = yes; then
|
|
- CFLAGS="-O2"
|
|
+# CFLAGS="-O2"
|
|
else
|
|
CFLAGS=
|
|
fi
|
|
@@ -2170,7 +2170,7 @@
|
|
;;
|
|
esac
|
|
else
|
|
- CFLAGS="-O2 $CFLAGS"
|
|
+# CFLAGS="-O2 $CFLAGS"
|
|
fi
|
|
fi
|
|
|
|
@@ -2392,7 +2392,7 @@
|
|
fi
|
|
else
|
|
if test "$GXX" = yes; then
|
|
- CXXFLAGS="-O2"
|
|
+# CXXFLAGS="-O2"
|
|
else
|
|
CXXFLAGS=
|
|
fi
|
|
@@ -2589,7 +2589,7 @@
|
|
CXXFLAGS="-Wold-style-cast -Wredundant-decls -Wconversion $CXXFLAGS"
|
|
fi
|
|
else
|
|
- CXXFLAGS="-O2 $CXXFLAGS"
|
|
+# CXXFLAGS="-O2 $CXXFLAGS"
|
|
fi
|
|
fi
|
|
|
|
@@ -8669,6 +8669,7 @@
|
|
else
|
|
LIB_QT="$kde_int_qt "'$(LIBPNG) $(LIBJPEG)'
|
|
fi
|
|
+LIB_QT="$LIBQT $LIB_QT"
|
|
|
|
DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
|
|
|