aboutsummaryrefslogtreecommitdiffstats
path: root/net/libbt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-18 19:52:28 +0800
committerkris <kris@FreeBSD.org>2004-03-18 19:52:28 +0800
commit2df3ccfcfcb0bf686b2afdb00db851a3cc94c36c (patch)
tree93dc593c481fcf8126f052cb9092967247d73b4d /net/libbt
parenta20a4df160c9988067cc62cda24be4a8b8923c95 (diff)
downloadfreebsd-ports-gnome-2df3ccfcfcb0bf686b2afdb00db851a3cc94c36c.tar.gz
freebsd-ports-gnome-2df3ccfcfcb0bf686b2afdb00db851a3cc94c36c.tar.zst
freebsd-ports-gnome-2df3ccfcfcb0bf686b2afdb00db851a3cc94c36c.zip
BROKEN on alpha: Does not compile
Diffstat (limited to 'net/libbt')
-rw-r--r--net/libbt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/libbt/Makefile b/net/libbt/Makefile
index d3a71047a3fb..307b717ccccc 100644
--- a/net/libbt/Makefile
+++ b/net/libbt/Makefile
@@ -26,6 +26,12 @@ USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|depend||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|\(CFLAGS:=\)|\1\@CFLAGS\@|' ${WRKSRC}/src/Makefile.in
@@ -46,4 +52,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/docs/protocol.txt ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>