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: Use OPSYS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0532bbf0cae7
branches:  trunk
changeset: 378702:0532bbf0cae7
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 05 08:24:05 2022 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 8f46c9be22dc -r 0532bbf0cae7 x11/modular-xorg-server/Makefile.common
--- a/x11/modular-xorg-server/Makefile.common   Thu May 05 08:23:27 2022 +0000
+++ b/x11/modular-xorg-server/Makefile.common   Thu May 05 08:24:05 2022 +0000
@@ -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 @@
 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