pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ns



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Dec 19 21:15:39 UTC 2019

Modified Files:
        pkgsrc/net/ns: Makefile

Log Message:
ns: modern compilers fussy about unsigned char


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/ns/Makefile

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

Modified files:

Index: pkgsrc/net/ns/Makefile
diff -u pkgsrc/net/ns/Makefile:1.50 pkgsrc/net/ns/Makefile:1.51
--- pkgsrc/net/ns/Makefile:1.50 Sun Nov  3 11:45:44 2019
+++ pkgsrc/net/ns/Makefile      Thu Dec 19 21:15:39 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2019/11/03 11:45:44 rillig Exp $
+# $NetBSD: Makefile,v 1.51 2019/12/19 21:15:39 markd Exp $
 
 DISTNAME=      ns-src-2.35
 PKGNAME=       ns-2.35
@@ -28,6 +28,12 @@ CONFIGURE_ARGS+=     --with-tclcl=${BUILDLIN
 CONFIGURE_ENV+=                X11LIBDIR=${X11BASE}/lib${LIBABISUFFIX}
 CONFIGURE_ENV+=                X11INCDIR=${X11BASE}/include
 
+SUBST_CLASSES+=                char
+SUBST_STAGE.char=      pre-configure
+SUBST_MESSAGE.char=    unsigned char needed for 8bit values
+SUBST_FILES.char=      bitmap/*.xbm
+SUBST_SED.char=                -e 's,char,u_char,'
+
 MESSAGE_SUBST+=                HOMEPAGE=${HOMEPAGE}
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/ns



Home | Main Index | Thread Index | Old Index