diff options
Diffstat (limited to 'graphics/OpenEXR/files/patch-configure')
-rw-r--r-- | graphics/OpenEXR/files/patch-configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/OpenEXR/files/patch-configure b/graphics/OpenEXR/files/patch-configure new file mode 100644 index 000000000000..748947115268 --- /dev/null +++ b/graphics/OpenEXR/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Tue Jan 21 17:47:43 2003 ++++ configure Sun Jan 26 21:20:16 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' |