r13020 - in /packages/unstable/gamin/debian: changelog patches/15_kfreebsd.patch

mbanck at users.alioth.debian.org mbanck at users.alioth.debian.org
Sun Oct 7 12:03:17 UTC 2007


Author: mbanck
Date: Sun Oct  7 12:03:17 2007
New Revision: 13020

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13020
Log:
  * debian/patches/15_kfreebsd.patch: New patch, fixes FTBFS on
    kfreebsd. (Closes: #434141)

Added:
    packages/unstable/gamin/debian/patches/15_kfreebsd.patch
Modified:
    packages/unstable/gamin/debian/changelog

Modified: packages/unstable/gamin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gamin/debian/changelog?rev=13020&op=diff
==============================================================================
--- packages/unstable/gamin/debian/changelog (original)
+++ packages/unstable/gamin/debian/changelog Sun Oct  7 12:03:17 2007
@@ -1,3 +1,10 @@
+gamin (0.1.9-2) UNRELEASED; urgency=low
+
+  * debian/patches/15_kfreebsd.patch: New patch, fixes FTBFS on 
+    kfreebsd. (Closes: #434141)
+
+ -- Michael Banck <mbanck at debian.org>  Sun, 07 Oct 2007 13:55:52 +0200
+
 gamin (0.1.9-1) unstable; urgency=low
 
   [ Loic Minier ]

Added: packages/unstable/gamin/debian/patches/15_kfreebsd.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gamin/debian/patches/15_kfreebsd.patch?rev=13020&op=file
==============================================================================
--- packages/unstable/gamin/debian/patches/15_kfreebsd.patch (added)
+++ packages/unstable/gamin/debian/patches/15_kfreebsd.patch Sun Oct  7 12:03:17 2007
@@ -1,0 +1,12 @@
+diff -Naur gamin-0.1.9/libgamin/gam_data.c gamin-0.1.9.new/libgamin/gam_data.c
+--- gamin-0.1.9/libgamin/gam_data.c	2007-07-04 15:36:48.000000000 +0200
++++ gamin-0.1.9.new/libgamin/gam_data.c	2007-10-07 13:41:58.000000000 +0200
+@@ -470,7 +470,7 @@
+     }
+     if (is_threaded > 0) {
+ 	pthread_mutexattr_init(&attr);
+-#if defined(linux) || defined(PTHREAD_MUTEX_RECURSIVE_NP)
++#if defined(__GLIBC__) && !defined(__GNU__)
+ 	pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
+ #else
+ 	pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);




More information about the pkg-gnome-commits mailing list