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

Collapse All | Expand All

(-)a/libaegisub/Makefile (-1 / +2 lines)
Lines 41-47 aegisub_OBJ += $(d)common/dispatch.o Link Here
41
endif
41
endif
42
42
43
aegisub_PCH := $(d)lagi_pre.h
43
aegisub_PCH := $(d)lagi_pre.h
44
aegisub_CPPFLAGS := -I$(d)include -I$(TOP) -fPIC $(CPPFLAGS_BOOST) $(CFLAGS_LUA)
44
aegisub_CPPFLAGS := -I$(d)include -I$(TOP) -fPIC \
45
	$(CPPFLAGS_BOOST) $(CFLAGS_LUA) $(CFLAGS_PTHREAD)
45
46
46
$(d)common/charset_conv.o_FLAGS := $(CFLAGS_ICONV)
47
$(d)common/charset_conv.o_FLAGS := $(CFLAGS_ICONV)
47
$(d)common/parser.o_FLAGS := -ftemplate-depth=256
48
$(d)common/parser.o_FLAGS := -ftemplate-depth=256
(-)a/tools/Makefile (-2 / +3 lines)
Lines 7-14 PROGRAM += $(d)osx-bundle-restart-helper Link Here
7
endif
7
endif
8
8
9
repack-thes-dict_OBJ  := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a
9
repack-thes-dict_OBJ  := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a
10
repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU)
10
repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) $(LIBS_PTHREAD)
11
repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU)
11
repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include \
12
	$(CFLAGS_ICU) $(CFLAGS_PTHREAD)
12
13
13
PROGRAM += $(d)repack-thes-dict
14
PROGRAM += $(d)repack-thes-dict
14
15

Return to bug 568878