pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server Avoid picking up epoll on illu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2054f65dfca4
branches:  trunk
changeset: 360920:2054f65dfca4
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Apr 10 13:10:19 2017 +0000

description:
Avoid picking up epoll on illumos.

diffstat:

 x11/modular-xorg-server/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 54960b8d9942 -r 2054f65dfca4 x11/modular-xorg-server/Makefile.common
--- a/x11/modular-xorg-server/Makefile.common   Mon Apr 10 12:31:16 2017 +0000
+++ b/x11/modular-xorg-server/Makefile.common   Mon Apr 10 13:10:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2017/03/16 11:56:46 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17 2017/04/10 13:10:19 jperkin Exp $
 # used by x11/modular-xorg-server/Makefile
 # used by x11/modular-xorg-xephyr/Makefile
 
@@ -99,6 +99,9 @@
 # Avoid to use bsd_kqueue_apm, force to use bsd_apm instead.
 CONFIGURE_ENV.NetBSD+= ac_cv_header_sys_event_h=no
 
+# Avoid picking up epoll on illumos
+CONFIGURE_ENV.SunOS+=  ac_cv_func_epoll_create1=no
+
 INSTALLATION_DIRS+=    lib/xorg/modules/drivers lib/xorg/modules/input
 
 BUILDLINK_API_DEPENDS.MesaLib+=                MesaLib>=7.8.0



Home | Main Index | Thread Index | Old Index