diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-24 18:31:51 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-24 18:31:51 +0000 |
commit | e877f9818a82e3665dda6c8b5e52900f7de24019 (patch) | |
tree | 9926360f023da00826ba19986c2f0300bf89d679 /databases/sqlrelay | |
parent | 6f526dc53a5be55c584c5b92960c27af7e2ed783 (diff) |
Remove a no longer needed hunk which breaks the build without FreeTDS.
Notes
Notes:
svn path=/head/; revision=55194
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/files/patch-config.mk.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/sqlrelay/files/patch-config.mk.in b/databases/sqlrelay/files/patch-config.mk.in index 0e1d0aec502b..2ad92f17abbf 100644 --- a/databases/sqlrelay/files/patch-config.mk.in +++ b/databases/sqlrelay/files/patch-config.mk.in @@ -16,12 +16,3 @@ tmpdir = ${localstatedir}/sqlrelay/tmp cachedir = ${localstatedir}/sqlrelay/cache -@@ -167,7 +167,7 @@ - - # FreeTDS stuff - FREETDSINCLUDES = @FREETDSINCLUDES@ --FREETDSLIBS = @FREETDSLIBS@ -+FREETDSLIBS = @FREETDSLIBS@ @ICONVLIB@ - FREETDSSTATIC = @FREETDSSTATIC@ - - # Sybase stuff |