aboutsummaryrefslogtreecommitdiff
path: root/www/qdecoder
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-12-19 18:21:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-12-19 18:21:59 +0000
commit69ac25a3be38fd322651eaf38fa67ff060d01902 (patch)
tree17836c2bbee4e05faf46f55c9cb97fa91ded44cc /www/qdecoder
parent5e0aaf21077883751aa027b5eb237957e053eb5b (diff)
downloadports-69ac25a3be38fd322651eaf38fa67ff060d01902.tar.gz
ports-69ac25a3be38fd322651eaf38fa67ff060d01902.zip
- Mark BROKEN outside i386 (needs -fPIC)
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=224435
Diffstat (limited to 'www/qdecoder')
-rw-r--r--www/qdecoder/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile
index 0f19efbc9297..6e9d45a14b81 100644
--- a/www/qdecoder/Makefile
+++ b/www/qdecoder/Makefile
@@ -30,6 +30,10 @@ OPTIONS+= Q_DATASTRUCTURE "Datastructure API support" on
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= does not compile
+.endif
+
.if defined(WITH_Q_DEBUG)
CONFIGURE_ARGS+="--enable-debug"
.endif