diff options
author | kris <kris@FreeBSD.org> | 2004-09-30 13:47:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-30 13:47:12 +0800 |
commit | 7cefa027796ba7e54ce390b7e936788b11879b3e (patch) | |
tree | 4e3b7d3165a52abcd53eea4ed29ef5d39cdf0a7a /audio/xsidplay | |
parent | 25f27a84f5478307f331d56ca97f5838f9c945b6 (diff) | |
download | freebsd-ports-gnome-7cefa027796ba7e54ce390b7e936788b11879b3e.tar.gz freebsd-ports-gnome-7cefa027796ba7e54ce390b7e936788b11879b3e.tar.zst freebsd-ports-gnome-7cefa027796ba7e54ce390b7e936788b11879b3e.zip |
BROKEN on 5.x: does not compile
Approved by: portmgr (self)
Diffstat (limited to 'audio/xsidplay')
-rw-r--r-- | audio/xsidplay/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index 9a7e0900927a..fc4be4c5523b 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -38,6 +38,10 @@ MAN1= xsidplay.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -O0 .endif |