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 | |
parent | dd0a36e7707d2f0f7761560e979f6e7d4c62994b (diff) | |
download | ports-74cc29959aa6d3893575fe91a2df0b8839715186.tar.gz ports-74cc29959aa6d3893575fe91a2df0b8839715186.zip |
Notes
Diffstat (limited to 'audio')
-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 |