View | Details | Raw Unified | Return to bug 150856
Collapse All | Expand All

(-)/usr/ports/sunpoet/postgis/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2010-03-11 22:48:31.000000000 +0800
2
+++ configure	2010-09-21 02:41:42.000000000 +0800
3
@@ -16423,7 +16423,7 @@
4
 fi
5
 
6
 PGXSOVERRIDE=0
7
-if test ! "$PGSQL_MINOR_VERSION" -ge 5; then
8
+if test "$PGSQL_MAJOR_VERSION" -le 8 && test ! "$PGSQL_MINOR_VERSION" -ge 5; then
9
 	PGXSOVERRIDE=1
10
 fi
11
 

Return to bug 150856