pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/wine



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May  5 08:32:50 UTC 2022

Modified Files:
        pkgsrc/emulators/wine: Makefile

Log Message:
wine: Use OPSYS_VERSION to numerically compare NetBSD versions


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 pkgsrc/emulators/wine/Makefile

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

Modified files:

Index: pkgsrc/emulators/wine/Makefile
diff -u pkgsrc/emulators/wine/Makefile:1.237 pkgsrc/emulators/wine/Makefile:1.238
--- pkgsrc/emulators/wine/Makefile:1.237        Mon Apr 18 19:11:01 2022
+++ pkgsrc/emulators/wine/Makefile      Thu May  5 08:32:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.237 2022/04/18 19:11:01 adam Exp $
+# $NetBSD: Makefile,v 1.238 2022/05/05 08:32:50 nia Exp $
 
 DISTNAME=      wine-5.0.5
 PKGREVISION=   7
@@ -51,7 +51,7 @@ NOT_PAX_MPROTECT_SAFE+=       bin/wine
 .endif
 
 .if ${OPSYS} == "NetBSD"
-.  if !empty(OS_VERSION:M[0-8].*)
+.  if ${OPSYS_VERSION} < 090000
 # Disable new_dtags as NetBSD versions prior to 9.0 don't honor DT_RUNPATH
 CONFIGURE_ENV+=                ac_cv_cflags__Wl___enable_new_dtags=no
 .  endif



Home | Main Index | Thread Index | Old Index