From 3f80fdea42527c395d6bc87286b866c83eebe874 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sun, 22 Dec 2013 16:22:28 +0000 Subject: - USES=fortran (eliminate FORTRANLIBS, LDFLAGS and pre-configure). - Remove some patches and post-patch. - Remove USE_AUTOTOOLS=autoconf and patch configure script directly. - Replace BROKEN with BROKEN_${ARCH}. - Staging (add DESTDIR support to the makefiles). - Make sure the port uses its own arpack, blas, lapack and superlu. --- math/algae/files/patch-configure.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 math/algae/files/patch-configure.in (limited to 'math/algae/files/patch-configure.in') diff --git a/math/algae/files/patch-configure.in b/math/algae/files/patch-configure.in deleted file mode 100644 index ddd2ef5eb44e..000000000000 --- a/math/algae/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in~ Sat Dec 13 10:38:07 2003 -+++ configure.in Tue Jan 16 14:12:07 2007 -@@ -415,7 +415,7 @@ - *-unicos* ) f77_lib_names="F77 I77 sci f" ;; - * ) f77_lib_names="F77 I77" ;; - esac] --f77_lib_names="$f77_lib_names g2c f2c" -+f77_lib_names="%%FORTRANLIBS%%" - for f in $f77_lib_names; do reversed_names="$f $reversed_names"; done - - #--------------------------------------------------------------------- -- cgit v1.2.3