summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-30 01:09:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-30 01:09:31 +0000
commit3234f64a78b54fef9d2881e986f40ce463220734 (patch)
tree63d3448149378a38d26fb1508dcd8508884e3427 /audio
parentBROKEN: Does not compile (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=134380
Diffstat (limited to 'audio')
-rw-r--r--audio/gkrellmss2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/gkrellmss2/Makefile b/audio/gkrellmss2/Makefile
index c2e67e518a06..1769877686ea 100644
--- a/audio/gkrellmss2/Makefile
+++ b/audio/gkrellmss2/Makefile
@@ -31,6 +31,12 @@ PORTDOCS= Changelog README Themes
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmss.so \
share/locale/ru/LC_MESSAGES/gkrellm-gkrellmss.mo
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 503000
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|= -O2|=|g ; \
s|= gcc|+=|g' ${WRKSRC}/src/Makefile
@@ -48,4 +54,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>