Subject: CVS commit: pkgsrc/databases/postgresql-postgis2
From: Greg Troxel
Date: 2017-09-22 19:18:42
Message id: 20170922171842.93A46FA9A@cvs.NetBSD.org

Log Message:
postgresql-postgis2: Work around an upstream configure bug

Upstream has very complicated ifdefs that try to define UNIX
everywhere but windows, except that it fails to include NetBSD.  Then,
it uses UNIX to avoid using the non-standard stricmp and instead use
the POSIX-conforming strcasecmp.

For pkgsrc, rip out an entire screenful of complexity and just define
UNIX if not defined.  Resolves build on NetBSD 7, and probably other places.

Files:
RevisionActionfile
1.30modifypkgsrc/databases/postgresql-postgis2/Makefile
1.11modifypkgsrc/databases/postgresql-postgis2/distinfo
1.1addpkgsrc/databases/postgresql-postgis2/patches/patch-raster_rt__core_librtcore.h