aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-06-11 13:45:56 +0800
committermiwi <miwi@FreeBSD.org>2007-06-11 13:45:56 +0800
commit965d7da3b9df49e74e1b2ed1e01b7cf169ecb91e (patch)
treecef3e37e01a385a4f9189dcf0d8d3fea304b3ce0 /lang
parent0b5e918e7161e12f665b07d235cca0a3c0592547 (diff)
downloadfreebsd-ports-gnome-965d7da3b9df49e74e1b2ed1e01b7cf169ecb91e.tar.gz
freebsd-ports-gnome-965d7da3b9df49e74e1b2ed1e01b7cf169ecb91e.tar.zst
freebsd-ports-gnome-965d7da3b9df49e74e1b2ed1e01b7cf169ecb91e.zip
- Broken Does not compile on FreeBSD >= 7.0 amd64
Submitted by: pointyhat via kris Approved by: maintainer
Diffstat (limited to 'lang')
-rw-r--r--lang/pike76/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index 27ef6dba3ba5..4a9180df980a 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -85,6 +85,10 @@ USE_GMAKE= yes
ONLY_FOR_ARCHS= i386 amd64
PLIST_SUB+= PORTVERSION=${PORTVERSION}
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 700019
+BROKEN= Does not compile
+.endif
+
# FreeBSD 5.0 Needs to have libgmp port to support gmp.
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4