summaryrefslogtreecommitdiffstats
path: root/science/ecs/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'science/ecs/files/patch-configure')
-rw-r--r--science/ecs/files/patch-configure56
1 files changed, 0 insertions, 56 deletions
diff --git a/science/ecs/files/patch-configure b/science/ecs/files/patch-configure
deleted file mode 100644
index 974e2ce..0000000
--- a/science/ecs/files/patch-configure
+++ /dev/null
@@ -1,56 +0,0 @@
---- configure.orig Thu Feb 15 20:16:38 2007
-+++ configure Mon May 7 11:41:21 2007
-@@ -3771,7 +3771,7 @@
- #------------------------------------------------------------------
-
- case "$host_os" in
-- linux* | hpux* | irix*)
-+ linux* | freebsd* | hpux* | irix*)
- CPPFLAGS="${CPPFLAGS} -D_POSIX_SOURCE"
- ;;
- osf*)
-@@ -19595,7 +19595,7 @@
- HDF5_CPPFLAGS="-I$with_hdf5_prefix/include"
- HDF5_LDFLAGS="-L$with_hdf5_prefix/lib"
- fi
-- HDF5_LIBS="-lhdf5"
-+ HDF5_LIBS="-lhdf5 $PTHREAD_LIBS"
-
- CPPFLAGS="${CPPFLAGS} ${HDF5_CPPFLAGS}"
- LDFLAGS="${LDFLAGS} ${HDF5_LDFLAGS}"
-@@ -19607,7 +19607,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lhdf5 $LIBS"
-+LIBS="$HDF5_LIBS $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -19749,7 +19749,7 @@
- elif test "x$with_cgns_prefix" != "x" ; then
- CGNS_LDFLAGS="-L$with_cgns_prefix/lib"
- fi
-- CGNS_LIBS="-lcgns"
-+ CGNS_LIBS="-lcgns $HDF5_LIBS"
- CPPFLAGS="${CPPFLAGS} ${CGNS_CPPFLAGS}"
- LDFLAGS="${LDFLAGS} ${CGNS_LDFLAGS}"
- LIBS="${LIBS} ${CGNS_LIBS}"
-@@ -19760,7 +19760,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lcgns $LIBS"
-+LIBS="$CGNS_LIBS $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -20749,6 +20749,8 @@
- fi
- fi;
- MED_LIBS="-lmedC -lpthread";;
-+ freebsd*)
-+ MED_ARCH_NAME=FREEBSD;;
- osf*)
- if test "x$ints_are_64bit" != "xyes" ; then
- MED_ARCH_NAME=OSF1_32
OpenPOWER on IntegriCloud