Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/netpbm graphics/netpbm: the top-level C file ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9598f695c57
branches:  trunk
changeset: 431385:c9598f695c57
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 12 17:51:46 2020 +0000

description:
graphics/netpbm: the top-level C file does not have _XOPEN_SOURCE

diffstat:

 graphics/netpbm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a552651371fc -r c9598f695c57 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Tue May 12 17:46:28 2020 +0000
+++ b/graphics/netpbm/Makefile  Tue May 12 17:51:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.223 2020/03/20 11:57:50 nia Exp $
+# $NetBSD: Makefile,v 1.224 2020/05/12 17:51:46 rillig Exp $
 
 DISTNAME=      netpbm-10.79.04
 PKGREVISION=   3
@@ -75,7 +75,7 @@
     (!empty(CC_VERSION:Mgcc-[6-9]*) || !empty(PKGSRC_COMPILER:Mclang))
 SUBST_CLASSES+=                xopen
 SUBST_STAGE.xopen=     pre-configure
-SUBST_FILES.xopen=     *.c */*.c */*/*.c */*/*/*.c */*/*/*/*.c */*/*/*/*/*.c
+SUBST_FILES.xopen=     */*.c */*/*.c */*/*/*.c */*/*/*/*.c */*/*/*/*/*.c
 SUBST_FILES.xopen+=    lib/util/lexheader
 SUBST_SED.xopen=       -e '/_XOPEN_SOURCE/s/500/600/'
 SUBST_SED.xopen+=      -e '/_XOPEN_SOURCE/s/1$$/600/'



Home | Main Index | Thread Index | Old Index