Subject: CVS commit: pkgsrc/geography/proj
From: Greg Troxel
Date: 2024-09-04 19:12:00
Message id: 20240904171200.DA5D5FC74@cvs.NetBSD.org

Log Message:
geography/proj: Fix build with gcc7

proj's cmake files add a newish warning flag without checking if the
compiler is ok with it.  That works on gcc10 and fails on gcc7.  Patch
out the warning.  Reported upstream, who says they fixed this for the
upcoming 9.5, and that their CI no longer tests with gcc7.

Files:
RevisionActionfile
1.23modifypkgsrc/geography/proj/distinfo
1.1addpkgsrc/geography/proj/patches/patch-CMakeLists.txt