diff options
author | ahze <ahze@FreeBSD.org> | 2005-07-13 05:38:13 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-07-13 05:38:13 +0800 |
commit | 4b48a6efa5d2da3e4da58ca91bd83b85816d74fb (patch) | |
tree | e71f86194599d91c5b2bb482712bdf4ca4726160 /multimedia/istanbul | |
parent | 73b094fdb8ff8c4bd0c32476bd88f835211526de (diff) | |
download | freebsd-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/Makefile | 8 |
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> |