[postgis-tickets] r15135 - ../../utils/create_spatial_ref_sys_config_dump.pl: not found on FreeBSD Add $PERL (my freebsd doesn't work without it)

Regina Obe lr at pcorp.us
Sat Sep 24 00:22:04 PDT 2016


Author: robe
Date: 2016-09-24 00:22:04 -0700 (Sat, 24 Sep 2016)
New Revision: 15135

Modified:
   branches/2.2/extensions/postgis/Makefile.in
Log:
../../utils/create_spatial_ref_sys_config_dump.pl: not found on FreeBSD Add $PERL (my freebsd doesn't work without it)
Closes #3639 for PostGIS 2.2.3

Modified: branches/2.2/extensions/postgis/Makefile.in
===================================================================
--- branches/2.2/extensions/postgis/Makefile.in	2016-09-24 06:46:03 UTC (rev 15134)
+++ branches/2.2/extensions/postgis/Makefile.in	2016-09-24 07:22:04 UTC (rev 15135)
@@ -74,7 +74,7 @@
 	sed -e 's/BEGIN;//g' -e 's/COMMIT;//g'  $< > $@
 
 sql_bits/spatial_ref_sys_config_dump.sql: ../../spatial_ref_sys.sql ../../utils/create_spatial_ref_sys_config_dump.pl
-	../../utils/create_spatial_ref_sys_config_dump.pl $< > $@
+	$(PERL) ../../utils/create_spatial_ref_sys_config_dump.pl $< > $@
 
 # we need to also drop this temporary function from the extension
 # for casts that are being dropped we need to drop them 



More information about the postgis-tickets mailing list