pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jul  5 14:28:11 UTC 2018

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/modular-xorg-server/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/modular-xorg-server/Makefile.common
diff -u pkgsrc/x11/modular-xorg-server/Makefile.common:1.22 pkgsrc/x11/modular-xorg-server/Makefile.common:1.23
--- pkgsrc/x11/modular-xorg-server/Makefile.common:1.22 Fri May 11 13:47:35 2018
+++ pkgsrc/x11/modular-xorg-server/Makefile.common      Thu Jul  5 14:28:11 2018
@@ -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_
 # 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