diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:47:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:47:12 +0000 |
commit | 74cc29959aa6d3893575fe91a2df0b8839715186 (patch) | |
tree | eedb60831b98856294583d925f2c56f7bdf53d0e /audio/xsidplay | |
parent | Switch to USE_GCC=3.4 and conditionalize on 4.9 and older systems. (diff) |
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 |