diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-12 14:17:13 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-12 14:17:13 +0000 |
commit | 3c829e74ed3a62a11d5ac83b69cdba7646a4a5ab (patch) | |
tree | f440600837606515d47c75d462670dfc1ad3490c /lang/clisp/files/patch-modules__postgresql__config.h.in | |
parent | - Add CONFLICTS on other enscript-* pkgs (diff) |
Update to 2.4.9
Changes can be found here:
http://clisp.cvs.sourceforge.net/viewvc/clisp/clisp/src/NEWS?revision=clisp_2_49-2010-07-07
and more in the ChangeLog.
The new dynamic modules is not enabled for this port.
PR: ports/148512
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
Diffstat (limited to 'lang/clisp/files/patch-modules__postgresql__config.h.in')
-rw-r--r-- | lang/clisp/files/patch-modules__postgresql__config.h.in | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/lang/clisp/files/patch-modules__postgresql__config.h.in b/lang/clisp/files/patch-modules__postgresql__config.h.in index 4f60033eba95..f29ec1412421 100644 --- a/lang/clisp/files/patch-modules__postgresql__config.h.in +++ b/lang/clisp/files/patch-modules__postgresql__config.h.in @@ -1,6 +1,6 @@ ---- ./modules/postgresql/config.h.in.orig Thu Jan 12 14:56:07 2006 -+++ ./modules/postgresql/config.h.in Mon Jun 26 17:59:45 2006 -@@ -174,17 +174,11 @@ +--- ./modules/postgresql/config.h.in.orig 2010-07-08 08:26:09.000000000 -0400 ++++ ./modules/postgresql/config.h.in 2010-07-08 08:27:26.000000000 -0400 +@@ -228,9 +228,6 @@ /* Define to 1 if you have the `PQgetResult' function. */ #undef HAVE_PQGETRESULT @@ -10,11 +10,13 @@ /* Define to 1 if you have the `PQgetvalue' function. */ #undef HAVE_PQGETVALUE - /* Define to 1 if you have the `PQhost' function. */ - #undef HAVE_PQHOST -- +@@ -240,9 +237,6 @@ + /* Define to 1 if you have the `PQinitOpenSSL' function. */ + #undef HAVE_PQINITOPENSSL + -/* Define to 1 if you have the `PQinitSSL' function. */ -#undef HAVE_PQINITSSL - +- /* Define to 1 if you have the `PQisBusy' function. */ #undef HAVE_PQISBUSY + |