aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gsi
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-08-16 10:33:05 +0800
committerkris <kris@FreeBSD.org>2004-08-16 10:33:05 +0800
commit4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae (patch)
treebfad1c5a415ba3bf86fc67750ccb4b476511b188 /audio/gsi
parent13ccd05622018a941264027d27d850ec2adc030a (diff)
downloadfreebsd-ports-graphics-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.tar.gz
freebsd-ports-graphics-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.tar.zst
freebsd-ports-graphics-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.zip
BROKEN on 5.x: Does not compile with gcc 3.4.2
Diffstat (limited to 'audio/gsi')
-rw-r--r--audio/gsi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/gsi/Makefile b/audio/gsi/Makefile
index b3b1baf0510..b03a564aa7f 100644
--- a/audio/gsi/Makefile
+++ b/audio/gsi/Makefile
@@ -29,6 +29,12 @@ MAN5= gsi.conf.5
MAN7= gsi_overview.7
MAN8= gsi_server.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/lib/include/gsi/gsisynth.h
@@ -58,4 +64,4 @@ post-install:
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>