[SCM] zita-at1/master: Link with -pthread to avoid a build failure with future toolchain.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jan 15 16:05:35 UTC 2011


The following commit has been merged in the master branch:
commit 2752716f9db6507a98958c01ad4bea5909aedc13
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jan 15 17:04:59 2011 +0100

    Link with -pthread to avoid a build failure with future toolchain.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 9d4daa9..b1dcc4f 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -3,8 +3,8 @@ Description: Create the directory /usr/bin before installing the executable.
 Author: Alessio Treglia <alessio at debian.org>
 Forwarded: no
 ---
- source/Makefile |    4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
+ source/Makefile |    6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
 
 --- zita-at1.orig/source/Makefile
 +++ zita-at1/source/Makefile
@@ -24,3 +24,12 @@ Forwarded: no
  
  
  all:	zita-at1
+@@ -35,7 +33,7 @@ ZITA-AT1_O = zita-at1.o styles.o jclient
+              button.o rotary.o tmeter.o retuner.o
+ zita-at1:	CPPFLAGS += -I/usr/X11R6/include `freetype-config --cflags`
+ zita-at1:	LDLIBS += -lcairo -lclxclient -lclthreads -lzita-resampler -lfftw3f -ljack -lpng -lXft -lX11 -lrt
+-zita-at1:	LDFLAGS += -L/usr/X11R6/lib
++zita-at1:	LDFLAGS += -pthread -L/usr/X11R6/lib
+ zita-at1:	$(ZITA-AT1_O) 
+ 	g++ $(LDFLAGS) -o $@ $(ZITA-AT1_O) $(LDLIBS)
+ $(ZITA-AT1_O):

-- 
zita-at1 packaging



More information about the pkg-multimedia-commits mailing list