aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-03-26 15:53:38 +0800
committerpetef <petef@FreeBSD.org>2002-03-26 15:53:38 +0800
commit59c5ae6ee953acb8ea4120dc1b7817db6298d85b (patch)
tree8339190c5ca928f0adef4e60ec774bfd24a182b0
parent1fd0e900ada1808c6b3d4a79c377ea63d927a524 (diff)
downloadfreebsd-ports-gnome-59c5ae6ee953acb8ea4120dc1b7817db6298d85b.tar.gz
freebsd-ports-gnome-59c5ae6ee953acb8ea4120dc1b7817db6298d85b.tar.zst
freebsd-ports-gnome-59c5ae6ee953acb8ea4120dc1b7817db6298d85b.zip
This patch is no longer needed as postgresql installs include
files into the Right Place now. Submitted by: bento
-rw-r--r--www/mod_auth_pgsql/files/patch-configure40
1 files changed, 0 insertions, 40 deletions
diff --git a/www/mod_auth_pgsql/files/patch-configure b/www/mod_auth_pgsql/files/patch-configure
deleted file mode 100644
index f13c0017d002..000000000000
--- a/www/mod_auth_pgsql/files/patch-configure
+++ /dev/null
@@ -1,40 +0,0 @@
---- configure.orig Sat Apr 21 19:23:27 2001
-+++ configure Sat Apr 21 19:24:38 2001
-@@ -1077,20 +1077,20 @@
- withval="$with_pgsql"
-
- if test "$withval" != "no" ; then
-- if test -f "$withval/include/libpq-fe.h" ; then
-+ if test -f "$withval/include/pgsql/libpq-fe.h" ; then
- PG_DIR=$withval
-- PG_INCLUDE="$withval/include"
-+ PG_INCLUDE="$withval/include/pgsql"
- PG_LIB="$withval/lib"
- fi
- if test "$PG_DIR" = "" ; then
-- if test -f "$withval/include/libpq-fe.h" ; then
-+ if test -f "$withval/include/pgsql/libpq-fe.h" ; then
- XML_DIR=$withval
-- XML_INCLUDE="$withval/include"
-+ XML_INCLUDE="$withval/include/pgsql"
- XML_LIB="$withval/lib"
- fi
- fi
- if test "$PG_DIR" = "" ; then
-- if test -f "$withval/lib/libpq.a" -a -f "$withval/include/libpq-fe.h" ; then
-+ if test -f "$withval/lib/libpq.a" -a -f "$withval/include/pgsql/libpq-fe.h" ; then
- XML_DIR=$withval
- XML_INCLUDE="$withval/include"
- XML_LIB=$withval/lib
-@@ -1106,9 +1106,9 @@
-
- if test "$PG_DIR" = ""; then
- for i in /usr /usr/local /usr/local/postgres; do
-- if test -f "$i/include/libpq-fe.h"; then
-+ if test -f "$i/include/pgsql/libpq-fe.h"; then
- PG_DIR=$i
-- PG_INCLUDE="$i/include"
-+ PG_INCLUDE="$i/include/pgsql"
- PG_LIB="$i/lib"
- elif test -f "$i/include/pgsql/libpq-fe.h"; then
- PG_DIR=$i