]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Dec 2006 21:54:52 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql-link.patch -> 1.3

postgresql-link.patch [deleted file]

diff --git a/postgresql-link.patch b/postgresql-link.patch
deleted file mode 100644 (file)
index 98cfb56..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
---- postgresql-7.4beta1/configure.in.orig      2003-08-05 00:30:30.000000000 +0200
-+++ postgresql-7.4beta1/configure.in   2003-08-09 08:01:18.000000000 +0200
-@@ -614,12 +614,13 @@
- if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
- then
--      AC_CHECK_LIB(bsd,      main)
-+:
-+dnl   AC_CHECK_LIB(bsd,      main)
- fi
- AC_CHECK_LIB(util,     setproctitle)
- AC_CHECK_LIB(m,        main)
- AC_CHECK_LIB(dl,       main)
--AC_CHECK_LIB(nsl,      main)
-+dnl AC_CHECK_LIB(nsl,      main)
- AC_CHECK_LIB(socket,   main)
- AC_CHECK_LIB(ipc,      main)
- AC_CHECK_LIB(IPC,      main)
-@@ -630,6 +631,6 @@
- AC_CHECK_LIB(BSD,      main)
- AC_CHECK_LIB(gen,      main)
- AC_CHECK_LIB(PW,       main)
--AC_CHECK_LIB(resolv,   main)
-+dnl AC_CHECK_LIB(resolv,   main)
- AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
- # QNX:
-@@ -639,7 +640,8 @@
- # BeOS:
- if test "$PORTNAME" = "beos"
- then
--      AC_CHECK_LIB(bind, __inet_ntoa)
-+      dnl AC_CHECK_LIB(bind, __inet_ntoa)
-+      AC_CHECK_FUNC(inet_ntoa, ,[AC_CHECK_LIB(bind,     __inet_ntoa)]) 
- fi
- # Solaris:
- AC_SEARCH_LIBS(fdatasync, [rt posix4])
This page took 0.043259 seconds and 4 git commands to generate.