[med-svn] [praat] 08/10: debian/patches/link-against-libpthread.patch: New patch

Rafael Laboissière rlaboiss-guest at alioth.debian.org
Sat Oct 26 01:27:21 UTC 2013


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository praat.

commit 2a757b3d1394fb34f5bf027e6f17754f7f027d44
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Oct 26 02:58:47 2013 +0200

    debian/patches/link-against-libpthread.patch: New patch
    
    Closes: #713597
---
 debian/patches/link-against-libpthread.patch |   17 +++++++++++++++++
 debian/patches/series                        |    1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/link-against-libpthread.patch b/debian/patches/link-against-libpthread.patch
new file mode 100644
index 0000000..8f5170a
--- /dev/null
+++ b/debian/patches/link-against-libpthread.patch
@@ -0,0 +1,17 @@
+Description: Link the praat executable against libpthread
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Bug-Debian: http://bugs.debian.org/713597
+Forwarded: no
+Last-Update: 2013-10-26
+
+--- praat-5.3.56.orig/makefiles/makefile.defs.linux.alsa
++++ praat-5.3.56/makefiles/makefile.defs.linux.alsa
+@@ -15,7 +15,7 @@ LINK = g++
+ 
+ EXECUTABLE = praat
+ 
+-LIBS = `pkg-config --libs gtk+-2.0` -lm -lasound
++LIBS = `pkg-config --libs gtk+-2.0` -lm -lasound -lpthread
+ 
+ AR = ar
+ RANLIB = ls
diff --git a/debian/patches/series b/debian/patches/series
index 5458732..7c46526 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use-ldflags.patch
+link-against-libpthread.patch

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git



More information about the debian-med-commit mailing list