mirror of https://git.FreeBSD.org/ports.git
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.
This commit is contained in:
parent
8ad190e4d3
commit
8f261232f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366689
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue