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:
parent
f72153f000
commit
67bc646926
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294847
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= freetds
|
||||
PORTVERSION= 0.91
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
|
11
databases/freetds-devel/files/patch-src-tds-Makefile
Normal file
11
databases/freetds-devel/files/patch-src-tds-Makefile
Normal 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@
|
Loading…
Reference in New Issue
Block a user