forked from pool/aegisub
Takashi Iwai
9b62977908
Added fix for build break OBS-URL: https://build.opensuse.org/request/show/314406 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=29
12 lines
657 B
Diff
12 lines
657 B
Diff
--- aegisub-3.2.2/Makefile.inc.in.orig 2015-06-29 14:44:02.998996223 +0100
|
|
+++ aegisub-3.2.2/Makefile.inc.in 2015-06-29 14:44:37.957948716 +0100
|
|
@@ -28,7 +28,7 @@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CFLAGS_DEP = -MMD -MP
|
|
LIBS = @LIBS@
|
|
-LDFLAGS = @LDFLAGS@
|
|
+LDFLAGS = @LDFLAGS@ -pthread
|
|
INSTALL_FLAGS = -m 644
|
|
LIB_SHARED_LINK = -shared -Wl,-soname -Wl,$(LIB_SHARED_FULL)
|
|
LIB_SHARED_LINK_OSX = -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -compatibility_version $(LIB_VERSION) -current_version $(LIB_VERSION) -Wl,-single_module -mmacosx-version-min=10.7 -install_name ${CURDIR}/$(LIB_SHARED_FULL)
|