SOURCES: libquicktime-link.patch (NEW) - don't link with libgthrea...

qboosh qboosh at pld-linux.org
Tue Oct 11 11:10:01 CEST 2005


Author: qboosh                       Date: Tue Oct 11 09:10:00 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't link with libgthread (glib 1.x)

---- Files affected:
SOURCES:
   libquicktime-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libquicktime-link.patch
diff -u /dev/null SOURCES/libquicktime-link.patch:1.1
--- /dev/null	Tue Oct 11 11:10:00 2005
+++ SOURCES/libquicktime-link.patch	Tue Oct 11 11:09:55 2005
@@ -0,0 +1,11 @@
+--- libquicktime-0.9.7/configure.ac.orig	2005-05-26 15:35:22.000000000 +0200
++++ libquicktime-0.9.7/configure.ac	2005-10-11 10:22:20.000000000 +0200
+@@ -104,7 +104,7 @@
+ AC_CHECK_LIB(z, inflateEnd)
+ AC_CHECK_LIB(m, cos)
+ 
+-AC_SEARCH_LIBS(pthread_create, [gthread pthread c_r])
++AC_SEARCH_LIBS(pthread_create, [pthread gthread c_r])
+ 
+ AC_SUBST(LIBS)
+ 
================================================================



More information about the pld-cvs-commit mailing list