diff options
-rw-r--r-- | math/gotoblas/Makefile | 2 | ||||
-rw-r--r-- | math/gotoblas/files/patch-exports+Makefile | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 9bb48ecf9238..be997d8a8a7a 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -7,7 +7,7 @@ PORTNAME= gotoblas PORTVERSION= 2.${GOTOBLAS2VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/gotoblas|} \ ftp://ftp.netlib.org/lapack/:lapack \ diff --git a/math/gotoblas/files/patch-exports+Makefile b/math/gotoblas/files/patch-exports+Makefile new file mode 100644 index 000000000000..c7ed4098c7f3 --- /dev/null +++ b/math/gotoblas/files/patch-exports+Makefile @@ -0,0 +1,10 @@ +--- exports/Makefile~ 2011-08-09 13:19:10.000000000 +0900 ++++ exports/Makefile 2011-08-09 13:57:42.000000000 +0900 +@@ -106,6 +106,7 @@ + endif + + ifeq ($(OSNAME), FreeBSD) ++EXTRALIB += -lgfortran + + so : ../$(LIBSONAME) + |