diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-02-12 12:16:01 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2016-02-12 12:18:21 +0300 |
commit | 26d620f7ca03252db6a17f4ec15ea3430268b95c (patch) | |
tree | 1e4c3d68f4f9a370e48b91a9500b50db0301e323 /media-video | |
parent | net-wireless/bluez: Stable for HPPA (bug #573370). (diff) | |
download | gentoo-26d620f7ca03252db6a17f4ec15ea3430268b95c.tar.gz gentoo-26d620f7ca03252db6a17f4ec15ea3430268b95c.tar.bz2 gentoo-26d620f7ca03252db6a17f4ec15ea3430268b95c.zip |
media-video/aegisub: update 9999 patchset
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/aegisub/files/aegisub-9999-add-missing-pthread-flags.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-video/aegisub/files/aegisub-9999-add-missing-pthread-flags.patch b/media-video/aegisub/files/aegisub-9999-add-missing-pthread-flags.patch index 920989a01843..9f41ee5adbd7 100644 --- a/media-video/aegisub/files/aegisub-9999-add-missing-pthread-flags.patch +++ b/media-video/aegisub/files/aegisub-9999-add-missing-pthread-flags.patch @@ -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 |