aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 13:00:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 13:00:02 +0000
commitf2084d1b29e9a96cd5b238a79edd8f5bcbbf66c4 (patch)
treed5a45cf48ee10478d1f096a20e0bf05baec50d7e /irc
parent47c2b100998b950c6266c1aa3d4bf80b020f0c0d (diff)
downloadports-f2084d1b29e9a96cd5b238a79edd8f5bcbbf66c4.tar.gz
ports-f2084d1b29e9a96cd5b238a79edd8f5bcbbf66c4.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/ircservices/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>