diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2012-12-20 05:41:13 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2012-12-20 05:41:13 +0000 |
commit | 1b9e13a9ecee51c559290ebe9441d7a48ebc905c (patch) | |
tree | 3a3f0dfce1f0fe22f69fc9227d11fbeec3d8682d /science/hdf/files/patch-configure | |
parent | - Update to 1.0.23. (diff) |
- Update to 4.2.8.
- Add MAKE_JOBS_SAFE.
- Trim header.
PR: ports/172052
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=309283
Diffstat (limited to 'science/hdf/files/patch-configure')
-rw-r--r-- | science/hdf/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/science/hdf/files/patch-configure b/science/hdf/files/patch-configure new file mode 100644 index 000000000000..7d5bc5edeff9 --- /dev/null +++ b/science/hdf/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig 2012-08-07 13:11:45.000000000 +0900 ++++ configure 2012-08-14 21:08:48.000000000 +0900 +@@ -5837,11 +5837,11 @@ + enable_shared="no" + fi + +-if test "X${enable_shared}" = "Xyes"; then +- if test "X${BUILD_FORTRAN}" = "Xyes"; then +- as_fn_error $? "Cannot build shared fortran libraries. Please configure with --disable-fortran flag." "$LINENO" 5 +- fi +-fi ++#if test "X${enable_shared}" = "Xyes"; then ++# if test "X${BUILD_FORTRAN}" = "Xyes"; then ++# as_fn_error $? "Cannot build shared fortran libraries. Please configure with --disable-fortran flag." "$LINENO" 5 ++# fi ++#fi + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 |