aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm-devel/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2009-03-27 18:44:54 +0000
committerBrooks Davis <brooks@FreeBSD.org>2009-03-27 18:44:54 +0000
commit13813f7ec752e0e8f000a233013671623e7048a6 (patch)
tree2132b24b606f7b4aedf44c6383c89acf35086433 /devel/llvm-devel/Makefile
parent18c5392ad3740616b5b232ecd85dea88399cb12a (diff)
downloadports-13813f7ec752e0e8f000a233013671623e7048a6.tar.gz
ports-13813f7ec752e0e8f000a233013671623e7048a6.zip
Upgrade to 67853 which reportedly fixes a regression building sh.
Also enable make -j.
Notes
Notes: svn path=/head/; revision=231129
Diffstat (limited to 'devel/llvm-devel/Makefile')
-rw-r--r--devel/llvm-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index 11963d1d0587..1627b8dd9407 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -25,7 +25,7 @@ BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c
.if defined(BOOTSTRAP)
SVN_REV!= svn info http://llvm.org/svn/llvm-project/ | grep Revision | cut -d' ' -f2
.else
-SVN_REV= 67766
+SVN_REV= 67853
.endif
GNU_CONFIGURE= yes
@@ -33,6 +33,7 @@ USE_GMAKE= yes
USE_BZIP2= yes
USE_PERL5= yes
USE_PYTHON_RUN= yes
+MAKE_JOBS_SAFE= yes
.if defined(MAINTAINER_MODE)
CONFIGURE_ARGS+= --with-f2c=${LOCALBASE}