Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/pbbuttonsd/files: lm.patch
Date: Fri, 11 Jan 2008 20:02:06
Message-Id: E1JDQ4p-0007zb-6D@stork.gentoo.org
1 josejx 08/01/11 20:02:03
2
3 Added: lm.patch
4 Log:
5 Added patch to fix compile when not using alsa.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.1 app-laptop/pbbuttonsd/files/lm.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/pbbuttonsd/files/lm.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/pbbuttonsd/files/lm.patch?rev=1.1&content-type=text/plain
13
14 Index: lm.patch
15 ===================================================================
16 --- src/Makefile.in.bak 2008-01-11 14:48:19.000000000 -0500
17 +++ src/Makefile.in 2008-01-11 14:46:01.000000000 -0500
18 @@ -255,7 +255,7 @@
19 module_peep.c module_peep.h debug.h \
20 tcp.c tcp.h
21
22 -pbbuttonsd_LDADD = -lpbb $(INTLLIBS) $(PB_OBJECTS) $(PB_LIBS) @PACKAGE_LIBS@
23 +pbbuttonsd_LDADD = -lpbb -lm $(INTLLIBS) $(PB_OBJECTS) $(PB_LIBS) @PACKAGE_LIBS@
24 pbbuttonsd_LDFLAGS = -L$(top_srcdir)/libpbbipc
25 pbbuttonsd_DEPENDENCIES = $(PB_OBJECTS)
26 @DEBUG_TRUE@AM_CFLAGS1 = -DDEBUG
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list