]> git.pld-linux.org Git - packages/aegisub.git/blob - pthread.patch
rebuild with wxWidgets 3.2
[packages/aegisub.git] / pthread.patch
1 --- aegisub-3.2.2/tools/Makefile~       2014-12-08 01:07:09.000000000 +0100
2 +++ aegisub-3.2.2/tools/Makefile        2015-11-21 15:55:34.835987973 +0100
3 @@ -6,7 +6,7 @@
4  PROGRAM += $(d)osx-bundle-restart-helper
5  endif
6  
7 -repack-thes-dict_OBJ  := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a
8 +repack-thes-dict_OBJ  := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a -lpthread
9  repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU)
10  repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU)
11  
This page took 0.06308 seconds and 3 git commands to generate.