diff options
author | kris <kris@FreeBSD.org> | 2004-04-12 12:28:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-12 12:28:06 +0800 |
commit | a6e085c24dd1bb2242893222643a5f65a6039204 (patch) | |
tree | d77846a368b157c88144603798feb111f659b351 /multimedia/openquicktime | |
parent | 47f0dab7b119e8035b9e64a39052aea8dea00f3f (diff) | |
download | freebsd-ports-gnome-a6e085c24dd1bb2242893222643a5f65a6039204.tar.gz freebsd-ports-gnome-a6e085c24dd1bb2242893222643a5f65a6039204.tar.zst freebsd-ports-gnome-a6e085c24dd1bb2242893222643a5f65a6039204.zip |
BROKEN on sparc64: Does not build
Diffstat (limited to 'multimedia/openquicktime')
-rw-r--r-- | multimedia/openquicktime/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile index 86913cbddae7..3af92309ad46 100644 --- a/multimedia/openquicktime/Makefile +++ b/multimedia/openquicktime/Makefile @@ -27,6 +27,12 @@ USE_SIZE= yes INSTALL_SHLIBS= yes PKGDEINSTALL= ${PKGINSTALL} +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + post-patch: @${REINPLACE_CMD} -e "s/xCC/xc/" ${WRKSRC}/configure @@ -34,4 +40,4 @@ post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |