pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXfont2



Module Name:    pkgsrc
Committed By:   sevan
Date:           Mon Jul  8 22:11:06 UTC 2019

Modified Files:
        pkgsrc/x11/libXfont2: Makefile

Log Message:
need strnlen() - resolves build on OS X Tiger


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libXfont2/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/libXfont2/Makefile
diff -u pkgsrc/x11/libXfont2/Makefile:1.6 pkgsrc/x11/libXfont2/Makefile:1.7
--- pkgsrc/x11/libXfont2/Makefile:1.6   Wed Mar  7 11:57:36 2018
+++ pkgsrc/x11/libXfont2/Makefile       Mon Jul  8 22:11:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/03/07 11:57:36 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/08 22:11:06 sevan Exp $
 
 DISTNAME=              libXfont2-2.0.3
 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+=   xfont2.pc.in
 



Home | Main Index | Thread Index | Old Index