[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / netpbm

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

Diff for /pkgsrc/graphics/netpbm/Makefile between version 1.211 and 1.212

version 1.211, 2017/02/23 23:13:42 version 1.212, 2017/05/24 16:10:24
Line 66  MAKE_FLAGS.SunOS+= NETWORKLD="-lsocket -
Line 66  MAKE_FLAGS.SunOS+= NETWORKLD="-lsocket -
 MAKE_FLAGS+=    NETWORKLD="-lsocket -lresolv"  MAKE_FLAGS+=    NETWORKLD="-lsocket -lresolv"
 .endif  .endif
   
   .include "../../mk/compiler.mk"
   
   # Ridiculous but they hardcode it in every file so we have no choice.
   .if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc-[7-9]*)
   SUBST_CLASSES+=         xopen
   SUBST_STAGE.xopen=      pre-configure
   SUBST_FILES.xopen=      *.c */*.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/'
   SUBST_SED.xopen+=       -e '/_XOPEN_SOURCE[^0-9]*\//s/SOURCE/SOURCE 600/'
   SUBST_SED.xopen+=       -e '/_XOPEN_SOURCE$$/s/E$$/E 600/'
   SUBST_SED.xopen+=       -e '/_POSIX_SOURCE.*fdopen/s/_POSIX_SOURCE/_XOPEN_SOURCE 600/'
   .endif
   
 INSTALLATION_DIRS=      ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 share/netpbm  INSTALLATION_DIRS=      ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 share/netpbm
   
 post-extract:  post-extract:

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212

CVSweb <webmaster@jp.NetBSD.org>