pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print Explicitly disable epoll on illumos, it is provi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff742d3c5d8c
branches:  trunk
changeset: 650464:ff742d3c5d8c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 23 09:29:22 2015 +0000

description:
Explicitly disable epoll on illumos, it is provided for Linux compat only.

diffstat:

 print/cups/Makefile   |  8 +++++---
 print/cups15/Makefile |  8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r e3cabd44ed0e -r ff742d3c5d8c print/cups/Makefile
--- a/print/cups/Makefile       Thu Apr 23 09:27:31 2015 +0000
+++ b/print/cups/Makefile       Thu Apr 23 09:29:22 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.217 2015/03/14 21:07:37 tnn Exp $
+# $NetBSD: Makefile,v 1.218 2015/04/23 09:29:22 jperkin Exp $
 #
 # The CUPS author is very good about taking back changes into the main
 # CUPS distribution.  The correct place to send patches or bug-fixes is:
@@ -56,8 +56,10 @@
 .include "options.mk"
 
 .if ${OPSYS} == "SunOS"
-LIBS_SSP =             -lssp_nonshared -lssp
-CONFIGURE_ENV+=        LIBS_SSP=${LIBS_SSP:M*:Q}
+LIBS_SSP=              -lssp_nonshared -lssp
+CONFIGURE_ENV+=                LIBS_SSP=${LIBS_SSP:M*:Q}
+# Explicitly disable epoll on illumos, it is provided for Linux compat only.
+CONFIGURE_ENV+=                ac_cv_func_epoll_create=no
 .endif
 LIBS+=                 ${BUILDLINK_LDADD.iconv}
 
diff -r e3cabd44ed0e -r ff742d3c5d8c print/cups15/Makefile
--- a/print/cups15/Makefile     Thu Apr 23 09:27:31 2015 +0000
+++ b/print/cups15/Makefile     Thu Apr 23 09:29:22 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/03/14 21:03:48 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/23 09:29:22 jperkin Exp $
 #
 # The CUPS author is very good about taking back changes into the main
 # CUPS distribution.  The correct place to send patches or bug-fixes is:
@@ -68,8 +68,10 @@
 .include "options.mk"
 
 .if ${OPSYS} == "SunOS"
-LIBS_SSP =             -lssp_nonshared -lssp
-CONFIGURE_ENV+=        LIBS_SSP=${LIBS_SSP:M*:Q}
+LIBS_SSP=              -lssp_nonshared -lssp
+CONFIGURE_ENV+=                LIBS_SSP=${LIBS_SSP:M*:Q}
+# Explicitly disable epoll on illumos, it is provided for Linux compat only.
+CONFIGURE_ENV+=                ac_cv_func_epoll_create=no
 .endif
 LIBS+=                 ${BUILDLINK_LDADD.iconv}
 



Home | Main Index | Thread Index | Old Index