pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/nq



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat May  9 17:33:07 UTC 2026

Modified Files:
        pkgsrc/misc/nq: Makefile

Log Message:
nq: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/nq/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/nq/Makefile
diff -u pkgsrc/misc/nq/Makefile:1.3 pkgsrc/misc/nq/Makefile:1.4
--- pkgsrc/misc/nq/Makefile:1.3 Thu Feb 13 13:49:03 2025
+++ pkgsrc/misc/nq/Makefile     Sat May  9 17:33:07 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2025/02/13 13:49:03 vins Exp $
+# $NetBSD: Makefile,v 1.4 2026/05/09 17:33:07 vins Exp $
 
 DISTNAME=      nq-1.0
+PKGREVISION=   1
 CATEGORIES=    misc sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=leahneukirchen/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,6 +13,12 @@ LICENSE=     public-domain
 
 USE_TOOLS+=    perl:test
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS" && ${OPSYS_VERSION} >= 051100
+CPPFLAGS+=     -DHAVE_DPRINTF
+.endif
+
 REPLACE_SH=    nqterm
 
 TEST_TARGET=   check



Home | Main Index | Thread Index | Old Index