From b2eb86a9b0a4e90136d06d021de59c65b472c2ba Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 24 Nov 2007 18:40:29 +0000 Subject: [PATCH] - Mark BROKEN on amd64 and 7.0 Reported by: pointyhat Approved by: portmgr (hat) --- audio/lmms/Makefile | 4 ++++ math/gambit/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 117df993d0b7..096159f2a269 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -60,4 +60,8 @@ post-install: BROKEN= fails to install .endif +.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" +BROKEN= does not compile +.endif + .include diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 2f602c6bad3f..121e854d3bc6 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -29,6 +29,10 @@ CFLAGS+= -O2 -fno-strict-aliasing .include +.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" +BROKEN= Does not compile +.endif + post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure