From c8dae5c75f655ef4380716f437d3b9193916b228 Mon Sep 17 00:00:00 2001 From: albator Date: Sun, 11 Sep 2011 10:33:49 +0200 Subject: Initial build for KDEMULTIMEDIA --- redhat/kdemultimedia/kdemultimedia-3.5.7-pthread.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 redhat/kdemultimedia/kdemultimedia-3.5.7-pthread.patch (limited to 'redhat/kdemultimedia/kdemultimedia-3.5.7-pthread.patch') diff --git a/redhat/kdemultimedia/kdemultimedia-3.5.7-pthread.patch b/redhat/kdemultimedia/kdemultimedia-3.5.7-pthread.patch new file mode 100644 index 000000000..70e2fe9c8 --- /dev/null +++ b/redhat/kdemultimedia/kdemultimedia-3.5.7-pthread.patch @@ -0,0 +1,11 @@ +--- kdemultimedia-3.5.7-patched/xine_artsplugin/Makefile.am.pthread 2006-07-22 03:10:54.000000000 -0500 ++++ kdemultimedia-3.5.7-patched/xine_artsplugin/Makefile.am 2007-06-28 06:50:53.000000000 -0500 +@@ -8,7 +8,7 @@ + xinePlayObject_impl.cpp \ + audio_fifo_out.c + libarts_xine_la_LDFLAGS = $(all_libraries) -module -no-undefined -pthread +-libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIB_X11) $(LIB_XEXT) \ ++libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIBPTHREAD) $(LIB_X11) $(LIB_XEXT) \ + -lkmedia2_idl -lsoundserver_idl -lartsflow + + libarts_xine_la_METASOURCES = AUTO -- cgit v1.2.1