summaryrefslogtreecommitdiff
path: root/geography/postgresql81-postgis/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'geography/postgresql81-postgis/patches/patch-aa')
-rw-r--r--geography/postgresql81-postgis/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/geography/postgresql81-postgis/patches/patch-aa b/geography/postgresql81-postgis/patches/patch-aa
new file mode 100644
index 00000000000..540e2d1ddf0
--- /dev/null
+++ b/geography/postgresql81-postgis/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/09/20 16:24:46 gdt Exp $
+
+--- configure.orig 2006-07-01 00:53:02.000000000 -0400
++++ configure
+@@ -3735,7 +3735,7 @@ fi;
+
+ if test $USE_GEOS -gt 0; then
+ GEOS_DIR=`$GEOSCONFIG --prefix`
+- GEOS_LDFLAGS=`$GEOSCONFIG --ldflags`
++ GEOS_LDFLAGS=`$GEOSCONFIG --libs`
+ GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1`
+ if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then
+ GEOS_MAJOR=1