Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/ilbc-rfc3951/files: ilbc-rfc3951-asneeded.patch
Date: Fri, 20 Jun 2008 14:38:13
Message-Id: E1K9hke-0002kt-4E@stork.gentoo.org
1 dragonheart 08/06/20 14:38:08
2
3 Modified: ilbc-rfc3951-asneeded.patch
4 Log:
5 autoconf fix thanks to master Diego - bug #226705
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch?r1=1.1&r2=1.2
14
15 Index: ilbc-rfc3951-asneeded.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ilbc-rfc3951-asneeded.patch 10 Jul 2006 15:34:11 -0000 1.1
22 +++ ilbc-rfc3951-asneeded.patch 20 Jun 2008 14:38:07 -0000 1.2
23 @@ -9,22 +9,3 @@
24 ilbc_includedir=$(includedir)/ilbc
25 ilbc_include_HEADERS=iLBC_decode.h iLBC_encode.h iLBC_define.h
26
27 ---- src/Makefile.in.orig 2006-07-11 01:18:27.000000000 +1000
28 -+++ src/Makefile.in 2006-07-11 01:21:32.000000000 +1000
29 -@@ -50,7 +50,7 @@
30 - am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(ilbc_includedir)"
31 - libLTLIBRARIES_INSTALL = $(INSTALL)
32 - LTLIBRARIES = $(lib_LTLIBRARIES)
33 --libilbc_la_LIBADD =
34 -+libilbc_la_DEPENDENCIES =
35 - am_libilbc_la_OBJECTS = anaFilter.lo enhancer.lo getCBvec.lo \
36 - iCBConstruct.lo packing.lo iLBC_test.lo constants.lo filter.lo \
37 - helpfun.lo iCBSearch.lo LPCdecode.lo StateConstructW.lo \
38 -@@ -198,6 +198,7 @@
39 - doCPLC.c gainquant.c hpOutput.c iLBC_define.h lsf.c syntFilter.c \
40 - doCPLC.h gainquant.h hpOutput.h iLBC_encode.c lsf.h syntFilter.h
41 -
42 -+libilbc_la_LIBADD = -lm
43 - ilbc_includedir = $(includedir)/ilbc
44 - ilbc_include_HEADERS = iLBC_decode.h iLBC_encode.h iLBC_define.h
45 - all: all-am
46
47
48
49 --
50 gentoo-commits@l.g.o mailing list