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/Makefile.inc.in (-1 / +1 lines)
Lines 99-105 LIBS_LIBPULSE = @LIBPULSE_LIBS@ Link Here
99
LIBS_LUA           = $(TOP)vendor/luajit/src/libluajit.a
99
LIBS_LUA           = $(TOP)vendor/luajit/src/libluajit.a
100
LIBS_OPENAL        = @OPENAL_LIBS@
100
LIBS_OPENAL        = @OPENAL_LIBS@
101
LIBS_PORTAUDIO     = @PORTAUDIO_LIBS@
101
LIBS_PORTAUDIO     = @PORTAUDIO_LIBS@
102
LIBS_PTHREAD       = @PTHREAD_LIBS@
102
LIBS_PTHREAD       = @PTHREAD_LIBS@ -lpthread
103
103
104
ifeq (yes, $(BUILD_DARWIN))
104
ifeq (yes, $(BUILD_DARWIN))
105
LIBS_LUA           = $(TOP)vendor/luajit/src/libluajit-aegisub.so
105
LIBS_LUA           = $(TOP)vendor/luajit/src/libluajit-aegisub.so
(-)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
	$(CFLAGS_PTHREAD) $(CPPFLAGS_BOOST) $(CFLAGS_LUA)
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 (-1 / +1 lines)
Lines 7-13 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 $(CFLAGS_ICU)
12
12
13
PROGRAM += $(d)repack-thes-dict
13
PROGRAM += $(d)repack-thes-dict

Return to bug 568878