diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-21 18:21:55 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-21 18:21:55 +0000 |
commit | 233ed4ecef12e2583178e64f2b381550ef07706c (patch) | |
tree | b6b3a1047bd32df38eb8683a4f7b97f4cc8e5153 /science | |
parent | 685b2d17d9d784a4b99b5f74860dd2a17c0b87d9 (diff) | |
download | ports-233ed4ecef12e2583178e64f2b381550ef07706c.tar.gz ports-233ed4ecef12e2583178e64f2b381550ef07706c.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/mpb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/mpb/Makefile b/science/mpb/Makefile index 5e6e96fe9f12..a36d60d06c80 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -33,6 +33,10 @@ 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 |