openbsd-ports/geo/postgis/patches/patch-loader_Makefile_in
eric f476f7f0f2 - update postgis to 1.5.2
- install documentation properly

NOTE: An upgrade of all postgis DBs is required. A "hard upgrade" is
advised. A "soft upgrade" might be possible by keeping a copy of
/usr/local/lib/postgresql/postgis-1.4.so. In all cases, read the
documentation.

ok landry@ jasper@
2010-11-04 13:45:54 +00:00

13 lines
408 B
Plaintext

$OpenBSD: patch-loader_Makefile_in,v 1.2 2010/11/04 13:45:54 eric Exp $
--- loader/Makefile.in.orig Fri Oct 8 16:08:26 2010
+++ loader/Makefile.in Fri Oct 8 16:08:13 2010
@@ -35,7 +35,7 @@ PGSQL_FE_CPPFLAGS=@PGSQL_FE_CPPFLAGS@
PGSQL_FE_LDFLAGS=@PGSQL_FE_LDFLAGS@
# iconv flags
-ICONV_LDFLAGS=@ICONV_LDFLAGS@
+ICONV_LDFLAGS=-L${LOCALBASE}/lib @ICONV_LDFLAGS@
ICONV_CFLAGS=@ICONV_CFLAGS@
# liblwgeom