pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXfont



Module Name:    pkgsrc
Committed By:   sevan
Date:           Tue Jul  9 09:51:55 UTC 2019

Modified Files:
        pkgsrc/x11/libXfont: Makefile

Log Message:
Need strnlen(3), obtain it from libnbcompat if not provided by host OS


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/libXfont/Makefile

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

Modified files:

Index: pkgsrc/x11/libXfont/Makefile
diff -u pkgsrc/x11/libXfont/Makefile:1.40 pkgsrc/x11/libXfont/Makefile:1.41
--- pkgsrc/x11/libXfont/Makefile:1.40   Wed Mar  7 11:57:36 2018
+++ pkgsrc/x11/libXfont/Makefile        Tue Jul  9 09:51:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2018/03/07 11:57:36 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2019/07/09 09:51:55 sevan Exp $
 
 DISTNAME=              libXfont-1.5.4
 PKGREVISION=           2
@@ -14,6 +14,7 @@ LICENSE=              mit AND modified-bsd
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
+USE_FEATURES+=                 strnlen
 
 PKGCONFIG_OVERRIDE+=   xfont.pc.in
 



Home | Main Index | Thread Index | Old Index