diff options
-rw-r--r-- | lang/g95/Makefile | 4 | ||||
-rw-r--r-- | lang/gfortran/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile index eedd6bd1ce98..1bc93fd1b26d 100644 --- a/lang/g95/Makefile +++ b/lang/g95/Makefile @@ -9,7 +9,8 @@ PORTNAME= g95 PORTVERSION= 3.5.${SNAPDATE} CATEGORIES= lang -MASTER_SITES= http://people.freebsd.org/~maho/tree-ssa/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= maho/tree-ssa # http://people.redhat.com/dnovillo/pub/tree-ssa/snapshot/ DISTNAME= tree-ssa-${SNAPDATE} @@ -45,6 +46,7 @@ CONFIGURE_ARGS= --disable-nls \ --with-system-zlib \ --with-libiconv-prefix=${LOCALBASE} \ --program-suffix=tree-ssa \ + --disable-libmudflap \ --enable-languages=c,f95 MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index eedd6bd1ce98..1bc93fd1b26d 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -9,7 +9,8 @@ PORTNAME= g95 PORTVERSION= 3.5.${SNAPDATE} CATEGORIES= lang -MASTER_SITES= http://people.freebsd.org/~maho/tree-ssa/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= maho/tree-ssa # http://people.redhat.com/dnovillo/pub/tree-ssa/snapshot/ DISTNAME= tree-ssa-${SNAPDATE} @@ -45,6 +46,7 @@ CONFIGURE_ARGS= --disable-nls \ --with-system-zlib \ --with-libiconv-prefix=${LOCALBASE} \ --program-suffix=tree-ssa \ + --disable-libmudflap \ --enable-languages=c,f95 MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) |