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

Collapse All | Expand All

(-)a/libhb/module.defs (+1 lines)
Lines 151-156 Link Here
151
151
152
ifeq (1,$(FEATURE.libdovi))
152
ifeq (1,$(FEATURE.libdovi))
153
LIBHB.dll.libs += $(CONTRIB.build/)lib/libdovi.a
153
LIBHB.dll.libs += $(CONTRIB.build/)lib/libdovi.a
154
LIBHB.GCC.l += dovi
154
endif
155
endif
155
156
156
ifneq ($(HAS.iconv),1)
157
ifneq ($(HAS.iconv),1)
(-)a/test/module.defs (+4 lines)
Lines 34-39 Link Here
34
    TEST.GCC.l += glib-2.0
34
    TEST.GCC.l += glib-2.0
35
endif
35
endif
36
36
37
ifeq (1,$(FEATURE.libdovi))
38
    TEST.GCC.l += dovi
39
endif
40
37
TEST.GCC.l += $(foreach m,$(MODULES.NAMES),$($m.OSL.libs))
41
TEST.GCC.l += $(foreach m,$(MODULES.NAMES),$($m.OSL.libs))
38
42
39
TEST.install.exe = $(DESTDIR)$(PREFIX/)bin/$(notdir $(TEST.exe))
43
TEST.install.exe = $(DESTDIR)$(PREFIX/)bin/$(notdir $(TEST.exe))

Return to bug 917591