pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/dialog



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 24 13:01:51 UTC 2022

Modified Files:
        pkgsrc/misc/dialog: Makefile

Log Message:
dialog: Use OPSYS_VERSION


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/misc/dialog/Makefile

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

Modified files:

Index: pkgsrc/misc/dialog/Makefile
diff -u pkgsrc/misc/dialog/Makefile:1.90 pkgsrc/misc/dialog/Makefile:1.91
--- pkgsrc/misc/dialog/Makefile:1.90    Fri Apr 15 16:36:04 2022
+++ pkgsrc/misc/dialog/Makefile Tue May 24 13:01:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2022/04/15 16:36:04 fcambus Exp $
+# $NetBSD: Makefile,v 1.91 2022/05/24 13:01:51 nia Exp $
 
 DISTNAME=      dialog-1.3-20220414
 PKGNAME=       ${DISTNAME:C/-2/.2/}
@@ -25,8 +25,7 @@ SUBST_SED.rpath=      -e 's;-L\(.\);${_COMPIL
 SUBST_STAGE.rpath=     pre-configure
 
 .include "../../mk/bsd.prefs.mk"
-# curses from NetBSD 5 and earlier will coredump when displaying shadows
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*)
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000
 CONFIGURE_ARGS+=       --disable-widec
 .endif
 



Home | Main Index | Thread Index | Old Index