aboutsummaryrefslogtreecommitdiffstats
path: root/audio/holyshout
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-05-27 11:03:31 +0800
committerkris <kris@FreeBSD.org>2007-05-27 11:03:31 +0800
commit3ee20a81fbe38cbba4000ad893e1ac81e953f2eb (patch)
tree965567cbb664ce2d1956915bd4daa13e8e6e1241 /audio/holyshout
parent0ccd4067feff5266b8b5bc29943d9c4ca415e847 (diff)
downloadfreebsd-ports-gnome-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.tar.gz
freebsd-ports-gnome-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.tar.zst
freebsd-ports-gnome-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.zip
BROKEN with gcc 4.2
Diffstat (limited to 'audio/holyshout')
-rw-r--r--audio/holyshout/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile
index 59fa27c008f0..b47390724a99 100644
--- a/audio/holyshout/Makefile
+++ b/audio/holyshout/Makefile
@@ -19,9 +19,15 @@ LIB_DEPENDS= shout.2:${PORTSDIR}/audio/libshout
PLIST_FILES= bin/holyshout
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \
${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's, ,\\r,g' ${WRKSRC}/holyshout.c
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>