diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
commit | b5ba813ea5944af104ec60ac850c443c15349ebf (patch) | |
tree | 7f011faddcf2ca91ab28c4bad6d370d5f9b9af96 /audio/xsidplay | |
parent | c8f26211d7c759b801203f44f5fbefd4a52ae14b (diff) |
Notes
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 dd454468144f..5bc0107518e2 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 |