aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/istanbul
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-07-13 05:38:13 +0800
committerahze <ahze@FreeBSD.org>2005-07-13 05:38:13 +0800
commit4b48a6efa5d2da3e4da58ca91bd83b85816d74fb (patch)
treee71f86194599d91c5b2bb482712bdf4ca4726160 /multimedia/istanbul
parent73b094fdb8ff8c4bd0c32476bd88f835211526de (diff)
downloadfreebsd-ports-gnome-4b48a6efa5d2da3e4da58ca91bd83b85816d74fb.tar.gz
freebsd-ports-gnome-4b48a6efa5d2da3e4da58ca91bd83b85816d74fb.tar.zst
freebsd-ports-gnome-4b48a6efa5d2da3e4da58ca91bd83b85816d74fb.zip
- Mark broken on sparc64 (fails to configure)
PR: 83351 Submitted by: maintainer
Diffstat (limited to 'multimedia/istanbul')
-rw-r--r--multimedia/istanbul/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/istanbul/Makefile b/multimedia/istanbul/Makefile
index 9142ab20dcda..bd4b68d37788 100644
--- a/multimedia/istanbul/Makefile
+++ b/multimedia/istanbul/Makefile
@@ -25,7 +25,13 @@ USE_X_PREFIX= yes
USE_GSTREAMER= shout2 theora ogg
USE_REINPLACE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN="Configure Fails"
+.endif
+
post-configure:
${REINPLACE_CMD} -e "s|#!/usr/bin/python|#!/usr/bin/env python|" `${FIND} ${WRKDIR} -type f -name "istanbul"`
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>