summaryrefslogtreecommitdiff
path: root/multimedia/kaffeine
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-04-29 03:41:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-04-29 03:41:06 +0000
commit5abc5b52cd66a4d0fb5fd0c169cdbe41cc7f3c47 (patch)
tree3c497dca3671e988e1efc81787b1d398513cd990 /multimedia/kaffeine
parentReinstate changes made during ports freeze, correcting "PORTREVESION" (diff)
multimedia/libxine is broken on non-i386 architectures, amd64 in
particular. This causes consumers like multimedia/xine and multimedia/kaffeine to also be broken. Try running xine or kaffeine on amd64. Watch it segfault on startup. tjr@ has supplied a patch for it. PR: ports/65885 Submitted by: Tim Robbins <tim@robbins.dropbear.id.au>
Notes
Notes: svn path=/head/; revision=107921
Diffstat (limited to 'multimedia/kaffeine')
-rw-r--r--multimedia/kaffeine/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/kaffeine/Makefile b/multimedia/kaffeine/Makefile
index f41149e9cb80..3004e99ef523 100644
--- a/multimedia/kaffeine/Makefile
+++ b/multimedia/kaffeine/Makefile
@@ -24,10 +24,4 @@ CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-.include <bsd.port.pre.mk>
-
-.if ${MACHINE_ARCH} == "amd64"
-BROKEN= "crashes on start"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>