New comment by kruceter on void-packages repository https://github.com/void-linux/void-packages/pull/40347#issuecomment-1307533681 Comment: > * grass: v7.6 still uses `proj_api.h`, but the build does succeed. [Do you know if it functions correctly without proj4 api?] It should work. `configure` has the following lines confirming this: ``` # PROJ version check: if proj.h exists, it must be proj 5+ ac_save_cppflags="$CPPFLAGS" CPPFLAGS="$PROJINC $CPPFLAGS" for ac_hdr in proj.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 echo "configure:5727: checking for $ac_hdr" >&5 cat > conftest.$ac_ext < EOF ```