[SCM] clxclient packaging branch, master, updated. debian/3.6.1-1-11-g0531ef3

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jan 10 14:23:07 UTC 2010


The following commit has been merged in the master branch:
commit d4f4e12c54891ea2cfe75e5673f86fecff7b47a4
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Jan 10 14:43:28 2010 +0100

    Added makefile-02.patch file

diff --git a/debian/patches/makefile-02.patch b/debian/patches/makefile-02.patch
new file mode 100644
index 0000000..4a66ccd
--- /dev/null
+++ b/debian/patches/makefile-02.patch
@@ -0,0 +1,21 @@
+Index: clxclient/Makefile
+===================================================================
+--- clxclient.orig/Makefile	2010-01-10 14:07:30.000000000 +0100
++++ clxclient/Makefile	2010-01-10 14:09:21.000000000 +0100
+@@ -31,14 +31,14 @@
+ 
+ 
+ CPPFLAGS += -Wall -I. -I/usr/X11R6/include `freetype-config --cflags` -fpic -DVERSION=\"$(VERSION)\" -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 
+-LDFLAGS += -L$(PREFIX)/$(LIBDIR) -L/usr/X11R6/$(LIBDIR) `freetype-config --libs`
++LDFLAGS += -L$(PREFIX)/$(LIBDIR) -L/usr/X11R6/$(LIBDIR) -Wl,--as-needed `freetype-config --libs`
+ LDLIBS +=
+ 
+ 
+ CLXCLIENT_SO = libclxclient.so
+ CLXCLIENT_MAJ = $(CLXCLIENT_SO).$(MAJVERS)
+ CLXCLIENT_MIN = $(CLXCLIENT_MAJ).$(MINVERS)
+-CLXCLIENT_DEP = -lpthread -lXft -lX11
++CLXCLIENT_DEP = -lpthread -lXft -lX11 -lclthreads
+ CLXCLIENT_O = xdisplay.o xresman.o xhandler.o xwindow.o xdraw.o \
+ 	button.o textip.o enumip.o menuwin.o scale.o slider.o scroll.o mclist.o meter.o
+ CLXCLIENT_H = clxclient.h

-- 
clxclient packaging



More information about the pkg-multimedia-commits mailing list