aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-09 20:16:49 +0800
committerkris <kris@FreeBSD.org>2004-03-09 20:16:49 +0800
commitbb3fe4b2501926d72355dc71d2b99147169455e0 (patch)
tree036bf7f15445dd32263b6050e3ca94401037a2ca /multimedia
parent28f53e0577271837dff2ea04f3a4d31894c446cd (diff)
downloadfreebsd-ports-gnome-bb3fe4b2501926d72355dc71d2b99147169455e0.tar.gz
freebsd-ports-gnome-bb3fe4b2501926d72355dc71d2b99147169455e0.tar.zst
freebsd-ports-gnome-bb3fe4b2501926d72355dc71d2b99147169455e0.zip
BROKEN on alpha and amd64: Does not compile
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/tosvcd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/tosvcd/Makefile b/multimedia/tosvcd/Makefile
index 052105b93d6e..4976786a88ea 100644
--- a/multimedia/tosvcd/Makefile
+++ b/multimedia/tosvcd/Makefile
@@ -26,4 +26,10 @@ MAKE_ENV= CC="${CXX}" CFLAGS="${CXXFLAGS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on alpha or amd64"
+.endif
+
+.include <bsd.port.post.mk>