pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rsyslog Disable compatibility epoll headers o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75e6dbfb6111
branches:  trunk
changeset: 652812:75e6dbfb6111
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jun 08 13:59:38 2015 +0000

description:
Disable compatibility epoll headers on SunOS, fixes modern Illumos builds.

diffstat:

 sysutils/rsyslog/Makefile.common |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r bf5678f17f5e -r 75e6dbfb6111 sysutils/rsyslog/Makefile.common
--- a/sysutils/rsyslog/Makefile.common  Mon Jun 08 13:45:25 2015 +0000
+++ b/sysutils/rsyslog/Makefile.common  Mon Jun 08 13:59:38 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2015/04/07 14:48:28 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.9 2015/06/08 13:59:38 fhajny Exp $
 # used by sysutils/rsyslog/Makefile
 # used by sysutils/rsyslog-dbi/Makefile
 # used by sysutils/rsyslog-gnutls/Makefile
@@ -26,6 +26,10 @@
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
 CONFIGURE_ARGS+=       RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}.py
 
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ARGS+=       ac_cv_func_epoll_create=no
+.endif
+
 GNU_CONFIGURE=         yes
 
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index