diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 22:42:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 22:42:50 +0000 |
commit | fb5eba2512bc14feadaa3e4f935b71a194c5e7a3 (patch) | |
tree | ac5e59f3e101ff282a6e135961c0198e35e9c680 /science/hdf5-18/files/patch-fortran_configure | |
parent | - Unbreak (diff) |
- Enable Fortran support [1]
- Fix NOPORTEXAMPLES
PR: 121731
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1]
miwi
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=214066
Diffstat (limited to 'science/hdf5-18/files/patch-fortran_configure')
-rw-r--r-- | science/hdf5-18/files/patch-fortran_configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/hdf5-18/files/patch-fortran_configure b/science/hdf5-18/files/patch-fortran_configure new file mode 100644 index 000000000000..7244f4e4f10a --- /dev/null +++ b/science/hdf5-18/files/patch-fortran_configure @@ -0,0 +1,10 @@ +--- fortran/configure.orig Thu Jul 12 21:36:24 2007 ++++ fortran/configure Thu Jul 12 21:36:49 2007 +@@ -7602,6 +7602,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' |