From 739cddd25fcebdf3efbd7520dcbb38049c438175 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 7 Mar 2004 13:00:02 +0000 Subject: BROKEN on amd64 and ia64: Does not compile (missing -fPIC) --- irc/ircservices/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc/ircservices') diff --git a/irc/ircservices/Makefile b/irc/ircservices/Makefile index e0acee4ec30e..1968f9f4c009 100644 --- a/irc/ircservices/Makefile +++ b/irc/ircservices/Makefile @@ -29,6 +29,12 @@ DIST_SUBDIR= ${PORTNAME} CONFIGURE_ARGS= -prefix ${PREFIX} -cflags "${CFLAGS}" -cc "${CC}" +.include + +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC)" +.endif + post-install: @${ECHO_CMD} "Installing ${PREFIX}/etc/rc.d/ircservices.sh.sample startup file." @${INSTALL_SCRIPT} ${FILESDIR}/ircservices.sh \ @@ -38,4 +44,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR} .endif -.include +.include -- cgit