diff options
author | shaun <shaun@FreeBSD.org> | 2006-11-22 00:53:01 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-11-22 00:53:01 +0800 |
commit | 87123c9586a6cb5ad613a12c9816fe6101511005 (patch) | |
tree | d94e8935f6695b52161f59ac357055f1b7efb564 /multimedia/helixplayer | |
parent | 6ce0f78b0b1c5dab3c6f2a0a1a74d6abf8f8ad8f (diff) | |
download | freebsd-ports-gnome-87123c9586a6cb5ad613a12c9816fe6101511005.tar.gz freebsd-ports-gnome-87123c9586a6cb5ad613a12c9816fe6101511005.tar.zst freebsd-ports-gnome-87123c9586a6cb5ad613a12c9816fe6101511005.zip |
Mark BROKEN again on ia64.
Diffstat (limited to 'multimedia/helixplayer')
-rw-r--r-- | multimedia/helixplayer/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/helixplayer/Makefile b/multimedia/helixplayer/Makefile index 4788bec16ebe..52442c612b87 100644 --- a/multimedia/helixplayer/Makefile +++ b/multimedia/helixplayer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= https://helixcommunity.org/frs/download.php/1950/ \ MASTER_SITE_SUBDIR= shaun MAINTAINER= shaun@FreeBSD.org -COMMENT= The Helix Community's open source media player +COMMENT= The Helix Community's open source media player # ' LIB_DEPENDS= theora.[1-9]:${PORTSDIR}/multimedia/libtheora \ esd.2:${PORTSDIR}/audio/esound \ @@ -44,6 +44,10 @@ OPTIONS= PLUGIN "Build with Gecko browser plug-in" off .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= coredumps during compilation on ${ARCH} +.endif + .if defined(WITH_PLUGIN) USE_GECKO= firefox mozilla firefox-devel seamonkey PLIST_SUB+= PLUGIN="" |