Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 551884 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile (-1 / +1 lines)
Lines 39-45 else Link Here
39
LDFLAGS += -ldl -lpthread -lm
39
LDFLAGS += -ldl -lpthread -lm
40
endif
40
endif
41
ifeq ($(CONFIG_LIBICONV),yes)
41
ifeq ($(CONFIG_LIBICONV),yes)
42
LDFLAGS += -liconv
42
LDFLAGS +=
43
endif
43
endif
44
ifeq ($(PLATFORM), darwin)
44
ifeq ($(PLATFORM), darwin)
45
LDFLAGS += -framework CoreServices
45
LDFLAGS += -framework CoreServices
(-)a/configure (-2 / +1 lines)
Lines 214-220 int test(void) Link Here
214
  iconv_t ic = iconv_open("ASCII", "ASCII");
214
  iconv_t ic = iconv_open("ASCII", "ASCII");
215
  return 0;
215
  return 0;
216
}
216
}
217
' -liconv
217
'
218
218
219
if enabled_or_auto dvben50221; then
219
if enabled_or_auto dvben50221; then
220
  check_cc_snippet libdvben50221 '
220
  check_cc_snippet libdvben50221 '
221
- 

Return to bug 551884