summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheracles <heracles@localhost>2007-07-29 23:02:02 +0000
committerheracles <heracles@localhost>2007-07-29 23:02:02 +0000
commit8bb5c39c673f4134415dee5fc64bd9f67f3d0660 (patch)
tree38eb54a459da92fec5dc6cf9bd3e0bf4a62e6827 /dev-db/libpq/files
parenttesting/dev-db/{libp,postgresql}-7.4*: eliminate gnuconfig_update as per bug ... (diff)
downloadtesting-8bb5c39c673f4134415dee5fc64bd9f67f3d0660.tar.gz
testing-8bb5c39c673f4134415dee5fc64bd9f67f3d0660.tar.bz2
testing-8bb5c39c673f4134415dee5fc64bd9f67f3d0660.zip
testing/dev-db/{libp,postgresql}-7.3*: eliminate gnuconfig_update as per bug #160178
svn path=/testing/; revision=278
Diffstat (limited to 'dev-db/libpq/files')
-rw-r--r--dev-db/libpq/files/libpq-7.3.19-autoconf.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-db/libpq/files/libpq-7.3.19-autoconf.patch b/dev-db/libpq/files/libpq-7.3.19-autoconf.patch
new file mode 100644
index 0000000..9e83884
--- /dev/null
+++ b/dev-db/libpq/files/libpq-7.3.19-autoconf.patch
@@ -0,0 +1,26 @@
+diff --git a/configure.in b/configure.in
+index 2dd90d6..6fffa79 100644
+--- a/configure.in
++++ b/configure.in
+@@ -19,12 +19,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
+ dnl
+ dnl The GNU folks apparently haven't heard that some people don't use
+ dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
+-m4_define([info], [doc])
+-m4_define([infodir], [docdir])
+ AC_INIT([PostgreSQL], [7.3.19], [pgsql-bugs@postgresql.org])
+-m4_undefine([infodir])
+-m4_undefine([info])
+-AC_SUBST(docdir)
+
+ AC_PREREQ(2.53)
+ AC_COPYRIGHT([Copyright 2002 PostgreSQL Global Development Group])
+@@ -623,7 +618,7 @@ AC_CHECK_LIB(PW, main)
+ AC_CHECK_LIB(resolv, main)
+ AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
+ # QNX:
+-AC_CHECK_LIB([[unix]], main)
++AC_CHECK_LIB([unix], main)
+ AC_SEARCH_LIBS(crypt, crypt)
+ # BeOS:
+ AC_CHECK_LIB(bind, __inet_ntoa)