segasai / q3c

PostgreSQL extension for spatial indexing on a sphere
GNU General Public License v2.0
76 stars 27 forks source link

Applying patch to Makefile for PostgreSQL >= v12 and macOS. #21

Closed demitri closed 4 years ago

demitri commented 4 years ago

Second try. This patch actively tests for macOS and PostgreSQL v12+. Also fixed the evaluation of the $PGVERNEW variable; bash cannot evaluate numbers that aren't integers, so bc is used. Whoever created the Makefile syntax has a lot to answer for.

demitri commented 4 years ago

Shell error found. Trying again.