graphics/netpbm: the top-level C file does not have _XOPEN_SOURCE
This commit is contained in:
parent
b783bdb86e
commit
84169b4353
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ MAKE_FLAGS+= NETWORKLD="-lsocket -lresolv"
|
|||
(!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/'
|
||||
|
|
Loading…
Reference in a new issue