summaryrefslogtreecommitdiff
path: root/multimedia/helixplayer
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-11-21 16:53:01 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-11-21 16:53:01 +0000
commit92e8ff69c61f0a04e107bc66e4da3e4fbf238628 (patch)
treef0e7c3f5c9c8e69503d946a6015a36cc15a3a1f7 /multimedia/helixplayer
parent- Add an SVGALIB OPTION. [1] (diff)
Mark BROKEN again on ia64.
Notes
Notes: svn path=/head/; revision=177733
Diffstat (limited to 'multimedia/helixplayer')
-rw-r--r--multimedia/helixplayer/Makefile6
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=""