r29542 - in /packages/unstable/gamin/debian: changelog patches/15_kfreebsd.patch
mbanck at users.alioth.debian.org
mbanck at users.alioth.debian.org
Thu Sep 1 22:52:43 UTC 2011
Author: mbanck
Date: Thu Sep 1 22:52:42 2011
New Revision: 29542
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29542
Log:
* debian/patches/15_kfreebsd.patch: Remove condition for __GNU__, thanks to
Svante Signell (Closes: #637019).
Modified:
packages/unstable/gamin/debian/changelog
packages/unstable/gamin/debian/patches/15_kfreebsd.patch
Modified: packages/unstable/gamin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gamin/debian/changelog?rev=29542&op=diff
==============================================================================
--- packages/unstable/gamin/debian/changelog [utf-8] (original)
+++ packages/unstable/gamin/debian/changelog [utf-8] Thu Sep 1 22:52:42 2011
@@ -1,5 +1,6 @@
gamin (0.1.10-3) UNRELEASED; urgency=low
+ [ Emilio Pozuelo Monfort ]
* debian/control.in,
debian/rules:
- Switch to CDBS' python-autotools.mk.
@@ -13,6 +14,10 @@
debian/patches/series,
debian/source/format:
- Switch to quilt and source format 3.0 (quilt).
+
+ [ Michael Banck ]
+ * debian/patches/15_kfreebsd.patch: Remove condition for __GNU__, thanks to
+ Svante Signell (Closes: #637019).
-- Emilio Pozuelo Monfort <pochu at debian.org> Sun, 25 Apr 2010 00:10:48 +0200
Modified: 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=29542&op=diff
==============================================================================
--- packages/unstable/gamin/debian/patches/15_kfreebsd.patch [utf-8] (original)
+++ packages/unstable/gamin/debian/patches/15_kfreebsd.patch [utf-8] Thu Sep 1 22:52:42 2011
@@ -10,7 +10,7 @@
if (is_threaded > 0) {
pthread_mutexattr_init(&attr);
-#if defined(linux) || defined(PTHREAD_MUTEX_RECURSIVE_NP)
-+#if defined(__GLIBC__) && !defined(__GNU__)
++#if defined(__GLIBC__)
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