diff options
author | kris <kris@FreeBSD.org> | 2004-03-18 19:52:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-18 19:52:28 +0800 |
commit | 2df3ccfcfcb0bf686b2afdb00db851a3cc94c36c (patch) | |
tree | 93dc593c481fcf8126f052cb9092967247d73b4d /net/libbt | |
parent | a20a4df160c9988067cc62cda24be4a8b8923c95 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |