diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 13:38:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 13:38:59 +0800 |
commit | 1272c6110be18fca7106bb98e93bff6ba5d963e2 (patch) | |
tree | a50e524b6a8acf0c49fa9741d1a030627832421e /net/cdonkey | |
parent | 91a1d215bb3faf0136559d0a63566acb5715659d (diff) | |
download | freebsd-ports-gnome-1272c6110be18fca7106bb98e93bff6ba5d963e2.tar.gz freebsd-ports-gnome-1272c6110be18fca7106bb98e93bff6ba5d963e2.tar.zst freebsd-ports-gnome-1272c6110be18fca7106bb98e93bff6ba5d963e2.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'net/cdonkey')
-rw-r--r-- | net/cdonkey/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/cdonkey/Makefile b/net/cdonkey/Makefile index 75bc5387c995..bf9fa6942ef1 100644 --- a/net/cdonkey/Makefile +++ b/net/cdonkey/Makefile @@ -27,7 +27,13 @@ CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" USE_GMAKE= yes WRKSRC= ${WRKDIR}/cDonkey +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: @${REINPLACE_CMD} -e "s|-ldb|-ldb3|g" ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |