Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gle/files: gle-3.1.0-autotools.patch
Date: Thu, 02 Dec 2010 15:26:55
Message-Id: 20101202152040.E6DD720057@flycatcher.gentoo.org
1 flameeyes 10/12/02 15:20:40
2
3 Added: gle-3.1.0-autotools.patch
4 Log:
5 Fix buildsystem to work with modern automake, allows building with libtool-2.4.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/gle/files/gle-3.1.0-autotools.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gle/files/gle-3.1.0-autotools.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gle/files/gle-3.1.0-autotools.patch?rev=1.1&content-type=text/plain
14
15 Index: gle-3.1.0-autotools.patch
16 ===================================================================
17 Index: gle-3.1.0/doc/Makefile.am
18 ===================================================================
19 --- gle-3.1.0.orig/doc/Makefile.am
20 +++ gle-3.1.0/doc/Makefile.am
21 @@ -7,5 +7,5 @@ doc_DATA = COPYING.artistic gle-3.0.lsm
22
23 EXTRA_DIST = .cvsignore COPYING.artistic gle-3.0.lsm
24
25 -SUFFIXES += .lsm
26 +SUFFIXES = .lsm
27
28 Index: gle-3.1.0/doc/html/Makefile.am
29 ===================================================================
30 --- gle-3.1.0.orig/doc/html/Makefile.am
31 +++ gle-3.1.0/doc/html/Makefile.am
32 @@ -87,5 +87,5 @@ doc_DATA = $(html_HTML) $(gif_HTML) $(g
33
34 EXTRA_DIST = .cvsignore $(doc_DATA)
35
36 -SUFFIXES += .html .gif .jpg
37 +SUFFIXES = .html .gif .jpg
38
39 Index: gle-3.1.0/man/Makefile.am
40 ===================================================================
41 --- gle-3.1.0.orig/man/Makefile.am
42 +++ gle-3.1.0/man/Makefile.am
43 @@ -22,7 +22,7 @@ EXTRA_DIST = \
44 $(man_RAW) \
45 Makefile.sgi
46
47 -SUFFIXES += .man .3gle
48 +SUFFIXES = .man .3gle
49
50 # for the ordinary install, just copy the raw files ....
51 .man.3gle:
52 @@ -38,4 +38,4 @@ SUFFIXES += .man .3gle
53 psroff -t -man < $< > $*.ps
54
55
56 -CLEANFILES += $(man_MANS)
57 +CLEANFILES = $(man_MANS)
58 Index: gle-3.1.0/src/Makefile.am
59 ===================================================================
60 --- gle-3.1.0.orig/src/Makefile.am
61 +++ gle-3.1.0/src/Makefile.am
62 @@ -49,7 +49,7 @@ EXTRA_DIST = \
63 INCLUDES = \
64 @X_CFLAGS@
65
66 -CFLAGS = @CFLAGS@ -Wall -pedantic -Wstrict-prototypes -Wconversion
67 +AM_CFLAGS = -Wall -pedantic -Wstrict-prototypes -Wconversion
68
69 docdir = $(datadir)/doc/gle/