From 38b308cf62d5dd489f255bdf790ae326847d42f5 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 11 Jun 2007 05:45:56 +0000 Subject: [PATCH] - Broken Does not compile on FreeBSD >= 7.0 amd64 Submitted by: pointyhat via kris Approved by: maintainer --- lang/pike76/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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