summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2011-04-02 21:09:15 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2011-04-02 21:09:15 +0000
commit15b62d85594f27996e9e7b17c916f21fa09899ee (patch)
tree91f282437875cc43b7153f9184642de738fe06e9 /lang
parent- update to 2.3 (diff)
Set MANUAL_PACKAGE_BUILD for amd64 7 only, which causes an abort
trap under tinderbox. i386 7 and amd64/i386 8 build just fine.
Notes
Notes: svn path=/head/; revision=272130
Diffstat (limited to 'lang')
-rw-r--r--lang/ccl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ccl/Makefile b/lang/ccl/Makefile
index 9d447f6e9f02..ce13f739106f 100644
--- a/lang/ccl/Makefile
+++ b/lang/ccl/Makefile
@@ -29,6 +29,10 @@ USE_ASDF= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 && ${OSVERSION} < 800000
+MANUAL_PACKAGE_BUILD=yes
+.endif
+
.if ${ARCH} == "i386"
LISP_ARCH= x8632
FX86CL= fx86cl