mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
32 lines
941 B
Text
32 lines
941 B
Text
--- configure.orig Wed Jun 9 16:49:46 2004
|
|
+++ configure Wed Jun 9 16:52:42 2004
|
|
@@ -1610,10 +1610,12 @@
|
|
|
|
# The aliases save the names the user supplied, while $host etc.
|
|
# will get canonicalized.
|
|
+if false; then
|
|
test -n "$target_alias" &&
|
|
test "$program_prefix$program_suffix$program_transform_name" = \
|
|
NONENONEs,x,x, &&
|
|
program_prefix=${target_alias}-
|
|
+fi
|
|
|
|
OPENEXR_MAJOR_VERSION=1
|
|
OPENEXR_MINOR_VERSION=2
|
|
@@ -19068,6 +19070,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+#$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -20326,7 +20329,7 @@
|
|
echo "$as_me:$LINENO: checking for gcc optimization flags" >&5
|
|
echo $ECHO_N "checking for gcc optimization flags... $ECHO_C" >&6
|
|
old_cflags=$CFLAGS
|
|
-CFLAGS="$CFLAGS -pipe"
|
|
+#CFLAGS="$CFLAGS -pipe"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|