diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 19:36:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 19:36:12 +0800 |
commit | 35298f47d044c64411ad1b49237f0873d40ecc80 (patch) | |
tree | c40c8d745cd08ad7f0027da0b00be7f042931f3b /audio/xsidplay | |
parent | fecc68dbc066a5d1d93b41746d9614bc0c35e869 (diff) | |
download | freebsd-ports-graphics-35298f47d044c64411ad1b49237f0873d40ecc80.tar.gz freebsd-ports-graphics-35298f47d044c64411ad1b49237f0873d40ecc80.tar.zst freebsd-ports-graphics-35298f47d044c64411ad1b49237f0873d40ecc80.zip |
BROKEN on 5.1: configure fails
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 dd454468144..5bc0107518e 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -40,6 +40,10 @@ MAN1= xsidplay.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -O0 .endif |