aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-01-18 07:30:59 +0800
committerpav <pav@FreeBSD.org>2008-01-18 07:30:59 +0800
commit42e8b11a54b124193a82a1a064603e9ea17ab679 (patch)
tree81354faaf38d779bd987d5bfcdb8adaad4451a15 /multimedia
parent1a94cc66c02a1a7900e3ff385357d5a0fad538c4 (diff)
downloadfreebsd-ports-gnome-42e8b11a54b124193a82a1a064603e9ea17ab679.tar.gz
freebsd-ports-gnome-42e8b11a54b124193a82a1a064603e9ea17ab679.tar.zst
freebsd-ports-gnome-42e8b11a54b124193a82a1a064603e9ea17ab679.zip
- Mark BROKEN on amd64: does not compile
Reported by: pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/handbrake/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile
index d757028d3f88..b8767cd19fde 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -64,6 +64,10 @@ APPLY?= /usr/bin/apply
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= Does not compile
+.endif
+
# nasm/yasm needed by x264
.if ${ARCH}=="i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm