aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-12-24 22:57:10 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-12-24 22:57:10 +0800
commit6a92cfcc3dbd6537744a670570242d6ef11fa16f (patch)
tree1ca467af8ffc82b58db87e89829ad78efa0493c8 /lang
parent66ecc63aff9100d5c54dd031fccf07ae314b9ea5 (diff)
downloadfreebsd-ports-gnome-6a92cfcc3dbd6537744a670570242d6ef11fa16f.tar.gz
freebsd-ports-gnome-6a92cfcc3dbd6537744a670570242d6ef11fa16f.tar.zst
freebsd-ports-gnome-6a92cfcc3dbd6537744a670570242d6ef11fa16f.zip
- Does not build on FreeBSD 9.x
Approved by: portmgr blanket
Diffstat (limited to 'lang')
-rw-r--r--lang/julia/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/julia/Makefile b/lang/julia/Makefile
index e00c6bcb9d5d..975decb8a04b 100644
--- a/lang/julia/Makefile
+++ b/lang/julia/Makefile
@@ -25,7 +25,9 @@ BUILD_DEPENDS= llvm-config38:devel/llvm38 \
ONLY_FOR_ARCHS= amd64
-USES= gmake compiler:c++11-lib fortran
+BROKEN_FreeBSD_9= does not build (fatal error: 'cmath' file not found)
+
+USES= gmake compiler:c++11-lib fortran
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}