pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/x11/modular-xorg-server Pullup ticket #5266 - ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b26c9be5e517
branches:  pkgsrc-2017Q1
changeset: 360249:b26c9be5e517
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Apr 16 14:58:26 2017 +0000

description:
Pullup ticket #5266 - requested by sevan
x11/modular-xorg-server: build fix

Revisions pulled up:
- x11/modular-xorg-server/Makefile.common                       1.17

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Mon Apr 10 13:10:19 UTC 2017

   Modified Files:
           pkgsrc/x11/modular-xorg-server: Makefile.common

   Log Message:
   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 49650b30b067 -r b26c9be5e517 x11/modular-xorg-server/Makefile.common
--- a/x11/modular-xorg-server/Makefile.common   Sun Apr 16 14:56:21 2017 +0000
+++ b/x11/modular-xorg-server/Makefile.common   Sun Apr 16 14:58:26 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.16.2.1 2017/04/16 14:58:26 bsiegert 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