Skip to content
Permalink
Browse files

Build fix for missing symbol.

Add pg96 variant.
  • Loading branch information
nieder committed Mar 12, 2018
1 parent 225097e commit 291a62c9bfab6d1ffff9ffdc93aa35b44c7a0bab
Showing with 3 additions and 1 deletion.
  1. +3 −1 10.9-libcxx/stable/main/finkinfo/database/postgis.info
@@ -3,7 +3,7 @@ Package: postgis%type_pkg[postgresql]
Version: 1.5.8
Revision: 1
Description: PostgreSQL geographic object support
Type: postgresql (9.4 9.5)
Type: postgresql (9.4 9.5 9.6)
License: BSD
Maintainer: Benjamin Reed <postgis@fink.raccoonfink.com>

@@ -41,6 +41,8 @@ PatchScript: <<
perl -pi -e 's/(\@author Markus Schaber )<(markus.schaber\@logix-tt.com)>/\1&lt;\2&gt;/' java/jdbc/src/org/postgis/*.java java/jdbc/src/org/postgis/binary/*.java
# javac target and source need to be >= 1.6 when using java9
perl -pi -e 's|1.2|1.6|g' java/jdbc/Makefile
# fix for missing symbol
perl -pi -e 's|addGISTypes72\(org.postgresql.Connection |addGISTypes72(org.postgresql.PGConnection |g' java/jdbc/src/org/postgis/DriverWrapper.java
<<

SetCPPFLAGS: -DHAVE_OPTRESET -fno-common

0 comments on commit 291a62c

Please sign in to comment.
You can’t perform that action at this time.