control: tag -1 patch Hi, this results from upstream enabling pthreads in 2.11. I've attached a patch to disable pthreads until a more permanent solution is found for xpdf.
Thanks for considering this. Best wishes, Mike
diff -Nru fontconfig-2.11.0/debian/changelog fontconfig-2.11.0/debian/changelog --- fontconfig-2.11.0/debian/changelog 2013-10-20 18:07:16.000000000 +0000 +++ fontconfig-2.11.0/debian/changelog 2013-11-02 20:35:08.000000000 +0000 @@ -1,3 +1,9 @@ +fontconfig (2.11.0-1.1) UNRELEASED; urgency=low + + * Disable pthreads (closes: #728444). + + -- Michael Gilbert <mgilb...@debian.org> Sat, 02 Nov 2013 20:34:52 +0000 + fontconfig (2.11.0-1) unstable; urgency=low * New upstream release. diff -Nru fontconfig-2.11.0/debian/patches/no-pthread.patch fontconfig-2.11.0/debian/patches/no-pthread.patch --- fontconfig-2.11.0/debian/patches/no-pthread.patch 1970-01-01 00:00:00.000000000 +0000 +++ fontconfig-2.11.0/debian/patches/no-pthread.patch 2013-11-02 20:35:39.000000000 +0000 @@ -0,0 +1,12 @@ +Description: Disable pthreads +Author: Michael Gilbert <mgilb...@debian.org> +--- fontconfig-2.11.0.orig/configure ++++ fontconfig-2.11.0/configure +@@ -15444,6 +15444,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + fi ++have_pthread=false + if $have_pthread; then + LIBS="$PTHREAD_LIBS $LIBS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" diff -Nru fontconfig-2.11.0/debian/patches/series fontconfig-2.11.0/debian/patches/series --- fontconfig-2.11.0/debian/patches/series 2013-10-20 18:06:47.000000000 +0000 +++ fontconfig-2.11.0/debian/patches/series 2013-11-02 20:35:22.000000000 +0000 @@ -0,0 +1 @@ +no-pthread.patch