diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-11 15:52:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-11 15:52:02 +0000 |
commit | fbaaca9d338400898aaae2b25cbea1a4b537b0a0 (patch) | |
tree | 47ace4a998da35d38a06015a6716c6434262aa21 /databases/sqlrelay | |
parent | Python 2.1 was updated to 2.2, so chase it. (diff) |
It seems the updated FreeTDS' libct is not linked with libgiconv, so
manually add here to unbreak the build.
Notes
Notes:
svn path=/head/; revision=52926
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/files/patch-config.mk.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/databases/sqlrelay/files/patch-config.mk.in b/databases/sqlrelay/files/patch-config.mk.in index a34da5868266..da1988cd56ca 100644 --- a/databases/sqlrelay/files/patch-config.mk.in +++ b/databases/sqlrelay/files/patch-config.mk.in @@ -1,5 +1,5 @@ ---- config.mk.in.orig Wed Jun 27 13:59:14 2001 -+++ config.mk.in Mon Jul 2 22:13:58 2001 +--- config.mk.in.orig Fri Aug 10 12:23:03 2001 ++++ config.mk.in Sat Jan 12 00:49:44 2002 @@ -2,19 +2,20 @@ VPATH = @srcdir@ @@ -23,3 +23,12 @@ tmpdir = ${localstatedir}/sqlrelay/tmp cachedir = ${localstatedir}/sqlrelay/cache +@@ -133,7 +134,7 @@ + + # FreeTDS stuff + FREETDSINCLUDES = @FREETDSINCLUDES@ +-FREETDSLIBS = @FREETDSLIBS@ ++FREETDSLIBS = @FREETDSLIBS@ @ICONVLIBS@ + FREETDSSTATIC = @FREETDSSTATIC@ + + # Sybase stuff |