diff options
Diffstat (limited to 'math/metis-edf/files/patch-CONFIG::configure')
-rw-r--r-- | math/metis-edf/files/patch-CONFIG::configure | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/metis-edf/files/patch-CONFIG::configure b/math/metis-edf/files/patch-CONFIG::configure index 075b4f85ad8a..5d6dfbe76dd3 100644 --- a/math/metis-edf/files/patch-CONFIG::configure +++ b/math/metis-edf/files/patch-CONFIG::configure @@ -1,5 +1,5 @@ ---- CONFIG/configure.orig Thu Dec 22 17:48:14 2005 -+++ CONFIG/configure Mon Jan 9 22:10:02 2006 +--- CONFIG/configure.orig Wed Jun 28 15:28:35 2006 ++++ CONFIG/configure Sat Jul 8 21:54:50 2006 @@ -20,7 +20,7 @@ if [ -z "$rtn" ] || [ "$rtn" = "y" -o "$rtn" = "Y" ]; then OS_TYPE=SunOS64 @@ -25,7 +25,7 @@ elif [ $OS_TYPE = "CYGWIN_NT-5.1" ]; then CC_TEMP="gcc" F90_TEMP="g77" -@@ -76,31 +85,6 @@ +@@ -76,32 +85,6 @@ if [ -f Makefile.in ]; then rm -f Makefile.in fi @@ -48,12 +48,13 @@ - FOPTIONS_TEMP=$FFLAGS -fi -if [ "$LDFLAGS" != "" ] ; then -- LDOPTIONS_TEMP="$LDFLAGS -L. -L.." +- LDOPTIONS_TEMP=$LDFLAGS -fi -if [ "$AR" != "" ] ; then - AR_TEMP=$AR -fi - +-LDOPTIONS_TEMP="$LDOPTIONS_TEMP -L. -L.." cat << EOF > Makefile.in # Generated by CONFIG/configure |