Permalink
Browse files
Build fix for missing symbol.
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+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<\2>/' 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 |
|
|
|