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:   nia
Date:           Thu May  5 08:24:05 UTC 2022

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

Log Message:
modular-xorg-server: Use OPSYS_VERSION to numerically compare NetBSD versions


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 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.47 pkgsrc/x11/modular-xorg-server/Makefile.common:1.48
--- pkgsrc/x11/modular-xorg-server/Makefile.common:1.47 Wed Dec 15 23:35:00 2021
+++ pkgsrc/x11/modular-xorg-server/Makefile.common      Thu May  5 08:24:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2021/12/15 23:35:00 wiz Exp $
+# $NetBSD: Makefile.common,v 1.48 2022/05/05 08:24:05 nia Exp $
 # used by x11/modular-xorg-server/Makefile
 # used by x11/modular-xorg-xephyr/Makefile
 # used by x11/modular-xorg-xwayland/Makefile
@@ -48,7 +48,7 @@ CPPFLAGS+=            -D_OPENBSD_SOURCE       # for real
 CONFIGURE_ARGS+=       --with-builder-addr="tech-x11%NetBSD.org@localhost"
 CONFIGURE_ARGS+=       --with-os-vendor="The NetBSD Foundation"
 # TLS is not supported by NetBSD<6
-.  if !empty(OS_VERSION:M[0-5].*)
+.  if ${OPSYS_VERSION} < 060000
 CONFIGURE_ENV+=                ac_cv_tls=no
 CONFIGURE_ARGS+=       --disable-glx-tls
 .  endif



Home | Main Index | Thread Index | Old Index