diff options
author | kris <kris@FreeBSD.org> | 2004-08-16 10:33:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-16 10:33:05 +0800 |
commit | 4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae (patch) | |
tree | bfad1c5a415ba3bf86fc67750ccb4b476511b188 /audio/gsi | |
parent | 13ccd05622018a941264027d27d850ec2adc030a (diff) | |
download | freebsd-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/Makefile | 8 |
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> |