From 9fdc9630324c122ab1f842376bd88c3036c5fca0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 05:38:59 +0000 Subject: BROKEN on !i386: Does not compile --- net/cdonkey/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/cdonkey/Makefile') 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 + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: @${REINPLACE_CMD} -e "s|-ldb|-ldb3|g" ${WRKSRC}/configure -.include +.include -- cgit v1.2.3