diff options
Diffstat (limited to 'math/gsl/files/patch-configure')
-rw-r--r-- | math/gsl/files/patch-configure | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/math/gsl/files/patch-configure b/math/gsl/files/patch-configure new file mode 100644 index 0000000..3193c08d --- /dev/null +++ b/math/gsl/files/patch-configure @@ -0,0 +1,26 @@ +--- configure.orig Thu Aug 14 14:28:38 2003 ++++ configure Tue Dec 2 00:34:58 2003 +@@ -7923,6 +7923,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' +@@ -9586,6 +9587,15 @@ + *-*-*openbsd*) + ac_cv_c_ieee_interface=openbsd + ;; ++ sparc64-*-*bsd*) ++ ac_cv_c_ieee_interface=unknown ++ ;; ++ amd64-*-*bsd*) ++ ac_cv_c_ieee_interface=unknown ++ ;; ++ ia64-*-*bsd*) ++ ac_cv_c_ieee_interface=unknown ++ ;; + *-*-*bsd*) + ac_cv_c_ieee_interface=freebsd + ;; |