]> git.pld-linux.org Git - packages/libquicktime.git/commitdiff
- don't link with libgthread (glib 1.x)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Oct 2005 09:09:55 +0000 (09:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libquicktime-link.patch -> 1.1

libquicktime-link.patch [new file with mode: 0644]

diff --git a/libquicktime-link.patch b/libquicktime-link.patch
new file mode 100644 (file)
index 0000000..208fdd4
--- /dev/null
@@ -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)
This page took 0.058857 seconds and 4 git commands to generate.