summaryrefslogtreecommitdiff
path: root/www/mod_auth_pgsql
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-26 07:53:38 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-26 07:53:38 +0000
commitf64a71a9f587c7e6e6d620d10ebd6c7bded7145a (patch)
treef8a9b663acf9d5adf067aa38083b712224798699 /www/mod_auth_pgsql
parentUpdate to 5.2. (diff)
This patch is no longer needed as postgresql installs include
files into the Right Place now. Submitted by: bento
Notes
Notes: svn path=/head/; revision=56686
Diffstat (limited to 'www/mod_auth_pgsql')
-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