opnsense-ports/science/hdf/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 lines
698 B
Text

--- 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