ports/databases/freetds-devel/files/patch-src-tds-Makefile
Guido Falsi 642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00

11 lines
321 B
Text

--- 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@ %%ICONV_LIB%%
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@