FreeBSD Bugzilla – Attachment 109805 Details for
Bug 150856
[PATCH] databases/postgis: fix 'make install' with PostgreSQL 9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postgis-1.5.1.patch
postgis-1.5.1.patch (text/plain), 634 bytes, created by
Sunpoet Po-Chuan Hsieh
on 2010-09-22 11:10:00 UTC
(
hide
)
Description:
postgis-1.5.1.patch
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2010-09-22 11:10:00 UTC
Size:
634 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/databases/postgis/files/patch-configure /usr/ports/sunpoet/postgis/files/patch-configure >--- /usr/ports/databases/postgis/files/patch-configure 1970-01-01 08:00:00.000000000 +0800 >+++ /usr/ports/sunpoet/postgis/files/patch-configure 2010-09-21 02:42:07.000000000 +0800 >@@ -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 >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150856
: 109805