summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-07-05 14:28:11 +0000
committerjperkin <jperkin@pkgsrc.org>2018-07-05 14:28:11 +0000
commitf46d57d49742471e049eafca4ff28b216bd7aa03 (patch)
treed95a93609707960ea5b56c5b2136374c9ef6df0e /x11
parent1f723e6ea1c498669f94916cc18135c684c04075 (diff)
downloadpkgsrc-f46d57d49742471e049eafca4ff28b216bd7aa03.tar.gz
modular-xorg-server: Avoid mkostemp on SunOS.
It's available in newer illumos, but was missing from the public headers for a while in older releases, so this is more portable.
Diffstat (limited to 'x11')
-rw-r--r--x11/modular-xorg-server/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/modular-xorg-server/Makefile.common b/x11/modular-xorg-server/Makefile.common
index 82363190f1d..16ac172feba 100644
--- a/x11/modular-xorg-server/Makefile.common
+++ b/x11/modular-xorg-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2018/05/11 13:47:35 wiz Exp $
+# $NetBSD: Makefile.common,v 1.23 2018/07/05 14:28:11 jperkin Exp $
# used by x11/modular-xorg-server/Makefile
# used by x11/modular-xorg-xephyr/Makefile
@@ -100,6 +100,9 @@ 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
+# Only available in newer releases
+CONFIGURE_ENV.SunOS+= ac_cv_func_mkostemp=no
+
INSTALLATION_DIRS+= lib/xorg/modules/drivers lib/xorg/modules/input
BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.8.0