From 5bde6db19cffed259d102cdf1ba2605b59b0698f Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 20 Jul 2005 23:58:25 +0000 Subject: BROKEN on amd64 and ia64: Does not compile --- net/cnet/Makefile | 8 +++++++- www/mod_webapp/Makefile | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/net/cnet/Makefile b/net/cnet/Makefile index fcefdc6..ccbe81c 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -22,6 +22,12 @@ USE_GMAKE= yes ALL_TARGET= # empty MAN1= cnet.1 +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64 or ia64" +.endif + post-patch: @${REINPLACE_CMD} -e 's|8.3|8.4|g ; \ s|83|84|g' ${WRKSRC}/src/Makefile.freebsd @@ -43,4 +49,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/DOC/images/* ${DOCSDIR}/images .endif -.include +.include diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile index bc74f9f..24f5ec2 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -33,6 +33,10 @@ CONNECTORS_RELEASE= ${PORTVERSION} .include +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not build on amd64 or ia64" +.endif + # Apache locations. APACHECTL?= ${LOCALBASE}/sbin/apachectl APR_LIB?= ${LOCALBASE}/lib/ -- cgit v1.1