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 modular-xorg-server: Avoid mko...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bc2042a5457
branches:  trunk
changeset: 310101:3bc2042a5457
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jul 05 14:28:11 2018 +0000

description:
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:

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

diffs (19 lines):

diff -r 313c66fe79c3 -r 3bc2042a5457 x11/modular-xorg-server/Makefile.common
--- a/x11/modular-xorg-server/Makefile.common   Thu Jul 05 14:26:03 2018 +0000
+++ b/x11/modular-xorg-server/Makefile.common   Thu Jul 05 14:28:11 2018 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index