freebsd-ports/graphics/OpenEXR/files/patch-configure
Norikatsu Shigemura 9222584b28 make more clean Makefile and CFLAGS.
Bump PORTREVISION for *_DEPENDS.

PR:		ports/47378
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2003-01-27 16:48:17 +00:00

31 lines
952 B
Text

--- configure.orig Tue Jan 21 17:47:43 2003
+++ configure Mon Jan 27 15:03:50 2003
@@ -1559,10 +1559,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=0
@@ -8302,6 +8304,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'
@@ -10533,7 +10536,6 @@
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 -O2 -funroll-loops -pipe"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */