aboutsummaryrefslogtreecommitdiff
path: root/databases/postgis
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-09-28 08:54:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-09-28 08:54:35 +0000
commita7cd4eef7d60107ac8280f7306c71211503f20f9 (patch)
tree62d05bccf4113f3119a16224e6121d2849644733 /databases/postgis
parent8891d0a0f84f6bd188617b9f2becc0f1bba7446a (diff)
downloadports-a7cd4eef7d60107ac8280f7306c71211503f20f9.tar.gz
ports-a7cd4eef7d60107ac8280f7306c71211503f20f9.zip
Notes
Diffstat (limited to 'databases/postgis')
-rw-r--r--databases/postgis/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgis/files/patch-configure b/databases/postgis/files/patch-configure
new file mode 100644
index 000000000000..e9e27b0b7c1c
--- /dev/null
+++ b/databases/postgis/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2010-03-11 22:48:31.000000000 +0800
++++ configure 2010-09-21 02:41:42.000000000 +0800
+@@ -16423,7 +16423,7 @@
+ fi
+
+ PGXSOVERRIDE=0
+-if test ! "$PGSQL_MINOR_VERSION" -ge 5; then
++if test "$PGSQL_MAJOR_VERSION" -le 8 && test ! "$PGSQL_MINOR_VERSION" -ge 5; then
+ PGXSOVERRIDE=1
+ fi
+