1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- link libtdsodbc.so with libiconv to unbreak runtime

PR:		ports/166136
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
Approved by:	Kurt Jaeger <pi@opsec.eu> (maintainer)
This commit is contained in:
Michael Scheidell 2012-04-15 11:58:27 +00:00
parent f72153f000
commit 67bc646926
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294847
2 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,7 @@
PORTNAME= freetds
PORTVERSION= 0.91
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SUNSITE}

View File

@ -0,0 +1,11 @@
--- src/tds/Makefile.in.orig 2012-03-15 14:36:30.297611037 +0800
+++ src/tds/Makefile.in 2012-03-15 14:36:40.297604738 +0800
@@ -189,7 +189,7 @@
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
LIBICONV = @LIBICONV@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -liconv
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@