media-video/aegisub: update 9999 patchset
authorIlya Tumaykin <itumaykin@gmail.com>
Fri, 12 Feb 2016 09:16:01 +0000 (12:16 +0300)
committerIlya Tumaykin <itumaykin@gmail.com>
Fri, 12 Feb 2016 09:18:21 +0000 (12:18 +0300)
Package-Manager: portage-2.2.27

media-video/aegisub/files/aegisub-9999-add-missing-pthread-flags.patch

index 920989a01843b2579c56992c20a7420ba5d97a7d..9f41ee5adbd7a1f0a5e087573ef60cfe3ec6ca3c 100644 (file)
@@ -1,5 +1,6 @@
 http://devel.aegisub.org/ticket/1902
 http://devel.aegisub.org/ticket/1903
+http://devel.aegisub.org/ticket/1911
 
 diff --git a/Makefile.inc.in b/Makefile.inc.in
 index 5a52d25..86f93d1 100644
@@ -28,3 +29,16 @@ index b021523..77a18ec 100644
 
  $(d)common/charset.o_FLAGS := $(CFLAGS_UCHARDET)
  $(d)common/charset_conv.o_FLAGS := $(CFLAGS_ICONV)
+diff --git a/tools/Makefile b/tools/Makefile
+index cbf985a..d9f64b8 100644
+--- a/tools/Makefile
++++ b/tools/Makefile
+@@ -7,7 +7,7 @@ PROGRAM += $(d)osx-bundle-restart-helper
+ endif
+
+ repack-thes-dict_OBJ  := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a
+-repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) $(PTHREAD_LIBS)
++repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) $(LIBS_PTHREAD)
+ repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU)
+
+ PROGRAM += $(d)repack-thes-dict