diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-01-25 15:52:54 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-01-25 15:52:54 +0800 |
commit | b1bf4742f378fbb515581db3f51cb1b2f5a4cbe1 (patch) | |
tree | cb1d5e230029fbc4d518f4a9d583ab6698a9e72c | |
parent | 525e54dc601d12f08fdc5f4dda562df501f206a3 (diff) | |
download | freebsd-ports-gnome-b1bf4742f378fbb515581db3f51cb1b2f5a4cbe1.tar.gz freebsd-ports-gnome-b1bf4742f378fbb515581db3f51cb1b2f5a4cbe1.tar.zst freebsd-ports-gnome-b1bf4742f378fbb515581db3f51cb1b2f5a4cbe1.zip |
science/mpb: back out r459622 after base r328286
For a short time LLD_BOOTSTRAP (on amd64) broke many USES=fortran
consumers but now that it's fixed the workaround can go away.
-CURRENT support in ports is primarily limited to the latest tip,
not an arbitrary old version.
PR: 225230
Tested by: Rainer Hurling (maintainer)
-rw-r--r-- | science/mpb/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/science/mpb/Makefile b/science/mpb/Makefile index a36d60d06c80..5e6e96fe9f12 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -33,10 +33,6 @@ NLOPT_LIB_DEPENDS= libnlopt.so:math/nlopt .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200051 -USE_GCC= yes -.endif - .if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= libatlas.so:math/atlas CONFIGURE_ARGS+= --with-lapack=-lalapack |