mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
22 lines
531 B
Text
22 lines
531 B
Text
--- configure.orig Thu Jul 27 20:53:44 2006
|
|
+++ configure Thu Aug 10 10:16:48 2006
|
|
@@ -20093,8 +20093,6 @@
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
|
|
-# Always use our own libtool.
|
|
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
|
|
# Prevent multiple expansion
|
|
|
|
@@ -25651,8 +25649,8 @@
|
|
# Some system specific hacks
|
|
#
|
|
|
|
-MAX_C_OPTIMIZE="-O3"
|
|
-MAX_CXX_OPTIMIZE="-O3"
|
|
+MAX_C_OPTIMIZE=""
|
|
+MAX_CXX_OPTIMIZE=""
|
|
|
|
ndb_cxxflags_fix=
|
|
case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_c_compiler_gnu in
|