aboutsummaryrefslogtreecommitdiffstats
path: root/devel/upnp
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-06-24 09:33:49 +0800
committerlinimon <linimon@FreeBSD.org>2006-06-24 09:33:49 +0800
commit83c6d97fd1f2372c20c53e44fe5ac6123d9438a7 (patch)
tree122a07e2348b2dce85be4a7c69f1a6b95603a13c /devel/upnp
parentc3c5f4b27b67334adcd2fc8a5bdb4717a057be3d (diff)
downloadfreebsd-ports-gnome-83c6d97fd1f2372c20c53e44fe5ac6123d9438a7.tar.gz
freebsd-ports-gnome-83c6d97fd1f2372c20c53e44fe5ac6123d9438a7.tar.zst
freebsd-ports-gnome-83c6d97fd1f2372c20c53e44fe5ac6123d9438a7.zip
Mark as broken on amd64: does not compile.
Diffstat (limited to 'devel/upnp')
-rw-r--r--devel/upnp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile
index 343139116d4b..4f36a7fe1df9 100644
--- a/devel/upnp/Makefile
+++ b/devel/upnp/Makefile
@@ -18,6 +18,12 @@ COMMENT= Universal Plug and Play Software Development Kit
CONFLICTS= upnp-1.0.*
+.include <bsd.port.pre.mk>
+
+.if ${ARCH}==amd64
+BROKEN=does not compile on amd64
+.endif
+
GNU_CONFIGURE= yes
USE_DOS2UNIX= yes
MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
@@ -36,4 +42,4 @@ post-patch:
${REINPLACE_CMD} -Ee 's,^(pkgconfigexecdir = ).*,\1${PREFIX}/libdata/pkgconfig,' \
${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>