1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Unbreak: Conditionalize the utmpx patch based on OSVERSION

This commit is contained in:
Philip M. Gollucci 2010-12-11 20:26:45 +00:00
parent 3ba9b0c554
commit f9381545fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266058
2 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,7 @@ SUB_FILES= pkg-message
MAN8= rsyslogd.8
MAN5= rsyslog.conf.5
CONFIGURE_ARGS+=--enable-klog --disable-static --enable-mail \
--enable-imfile --enable-imtemplate --enable-gnutls
.ifdef WITH_DEBUG
@ -39,4 +40,8 @@ post-install:
.include "${.CURDIR}/bsd.rsyslog.mk"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900007
EXTRA_PATCHES= ${FILESDIR}/extra-patch-tools__omusrmsg.c
.endif
.include <bsd.port.post.mk>