summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-30 22:28:33 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-30 22:28:33 +0000
commit8f261232f9e227f774c81c0fc990e6e3edf1b2c9 (patch)
treed19f1fc0e39fd0962f644d60bd250043c8268dc5 /irc
parentUpdate to 3.2.2. (diff)
irc/undernet-ircu: Unbreak build on FreeBSD 8.4
Undernet-ircu fails to build on FreeBSD 8.4 when --enable-profile (the default) is included in configure arguments. To restore building on FreeBSD 8.4, remove this as an option for that release.
Notes
Notes: svn path=/head/; revision=366689
Diffstat (limited to 'irc')
-rw-r--r--irc/undernet-ircu/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/undernet-ircu/Makefile b/irc/undernet-ircu/Makefile
index 608294a8272b..40aca51d365d 100644
--- a/irc/undernet-ircu/Makefile
+++ b/irc/undernet-ircu/Makefile
@@ -59,6 +59,11 @@ CONFIGURE_ARGS+= --enable-profile
.include <bsd.port.options.mk>
+# always disable profile support on 8.x
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
+CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N--enable-profile}
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ircd/ircd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/ircd/convert-conf \