mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
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)
11 lines
321 B
Text
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@
|