diff options
Diffstat (limited to 'lang/clisp/files')
-rw-r--r-- | lang/clisp/files/patch-modules__postgresql__config.h.in | 16 | ||||
-rw-r--r-- | lang/clisp/files/patch-src__makemake.in | 30 |
2 files changed, 15 insertions, 31 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 + diff --git a/lang/clisp/files/patch-src__makemake.in b/lang/clisp/files/patch-src__makemake.in index eeeef3d7b530..6e9f5b246dbd 100644 --- a/lang/clisp/files/patch-src__makemake.in +++ b/lang/clisp/files/patch-src__makemake.in @@ -1,29 +1,11 @@ ---- src/makemake.in.orig 2009-07-28 17:58:03.000000000 +0400 -+++ src/makemake.in 2009-11-10 04:20:38.000000000 +0300 -@@ -1930,7 +1930,7 @@ +--- ./src/makemake.in.orig 2010-07-08 10:20:32.000000000 -0400 ++++ ./src/makemake.in 2010-07-08 10:23:05.000000000 -0400 +@@ -1917,7 +1917,7 @@ echol "psdir = ${PSDIR}" echol "pdfdir = ${PDFDIR}" echol "libdir = ${LIBDIR}" -echol "lisplibdir = \$(libdir)${NEXT_}\$(TOPDIR)" +echol "lisplibdir = \$(libdir)${NEXT_}clisp" - if [ -n "$USE_GETTEXT" ] ; then - echol "localedir = ${LOCALEDIR}" - fi -@@ -2082,6 +2082,7 @@ - echol '# Programs used by "make install":' - echol "INSTALL = ${INSTALL}" - echol "INSTALL_PROGRAM = ${INSTALL_PROGRAM}" -+echol "INSTALL_SCRIPT = ${INSTALL_SCRIPT}" - echol "INSTALL_DATA = ${INSTALL_DATA}" - echol - echol '# Programs used by "make distrib":' -@@ -3610,7 +3611,8 @@ - echotab "mkdir \$(DESTDIR)\$(lisplibdir)/full" - echotab "for f in clisp-link linkkit/* base/* full/*; do \\" - echotab " case \$\$f in \\" -- echotab " */lisp${LEXE}|clisp-link) \$(INSTALL_PROGRAM) \$\$f \$(DESTDIR)\$(lisplibdir)/\$\$f;; \\" -+ echotab " */lisp${LEXE}) \$(INSTALL_PROGRAM) \$\$f \$(DESTDIR)\$(lisplibdir)/\$\$f;; \\" -+ echotab " clisp-link) \$(INSTALL_SCRIPT) \$\$f \$(DESTDIR)\$(lisplibdir)/\$\$f;; \\" - echotab " *) \$(INSTALL_DATA) \$\$f \$(DESTDIR)\$(lisplibdir)/\$\$f;; \\" - echotab " esac; \\" - echotab "done" + test -n "$USE_GETTEXT" && echol "localedir = ${LOCALEDIR}" + echol "elispdir = ${ELISPDIR}" + echol "vimdir = ${VIMDIR}" |