Subject: CVS commit: pkgsrc/textproc/pdfgrep
From: Adrian Steinmann
Date: 2017-09-16 00:18:00
Message id: 20170915221800.5DD2DFA98@cvs.NetBSD.org

Log Message:
pdfgrep: fix compile with pre-2016/12/16 dirent.h on NetBSD

dirent.h v1.35 from before 2016-12-16 has a different prototype for
scandir() and thus cache.cc won't compile there. Added a configure
section to detect this so that both v1.35 and v1.36 dirent.h work.

Files:
RevisionActionfile
1.7modifypkgsrc/textproc/pdfgrep/distinfo
1.1addpkgsrc/textproc/pdfgrep/patches/patch-src_cache.cc
1.1addpkgsrc/textproc/pdfgrep/patches/patch-src_cache.cc_config.h.in
1.1addpkgsrc/textproc/pdfgrep/patches/patch-src_cache.cc_configure
1.1addpkgsrc/textproc/pdfgrep/patches/patch-src_cache.cc_configure.ac