Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/fil-plugins/files: fil-plugins-makefile.patch
Date: Tue, 04 Aug 2009 08:01:15
Message-Id: E1MYExM-00043O-FO@stork.gentoo.org
1 aballier 09/08/04 08:01:12
2
3 Added: fil-plugins-makefile.patch
4 Log:
5 version bump
6 (Portage version: 2.2_rc35/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-plugins/fil-plugins/files/fil-plugins-makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/fil-plugins/files/fil-plugins-makefile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/fil-plugins/files/fil-plugins-makefile.patch?rev=1.1&content-type=text/plain
13
14 Index: fil-plugins-makefile.patch
15 ===================================================================
16 Index: FIL-plugins-0.3.0/Makefile
17 ===================================================================
18 --- FIL-plugins-0.3.0.orig/Makefile
19 +++ FIL-plugins-0.3.0/Makefile
20 @@ -15,14 +15,14 @@
21 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
23
24 -CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
25 +CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall
26
27
28 all: filters.so
29
30
31 filters.so: filters.o filters_if.o exp2ap.o
32 - g++ -shared filters.o filters_if.o exp2ap.o -o filters.so
33 + $(CXX) $(LDFLAGS) -shared filters.o filters_if.o exp2ap.o -o filters.so
34
35 filters.o: ladspaplugin.h filters.h
36 filters_if.o: ladspaplugin.h filters.h