Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libstroke/files: libstroke-0.5.1-autotools.patch
Date: Wed, 01 Dec 2010 22:09:30
Message-Id: 20101201220917.C95B620057@flycatcher.gentoo.org
1 flameeyes 10/12/01 22:09:17
2
3 Added: libstroke-0.5.1-autotools.patch
4 Log:
5 Patch the build system so that it can build with modern automake, allowing for this to be built with libtool-2.4. Also fix quoting of $FILESDIR and properly set RDEPEND/DEPEND.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/libstroke/files/libstroke-0.5.1-autotools.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libstroke/files/libstroke-0.5.1-autotools.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libstroke/files/libstroke-0.5.1-autotools.patch?rev=1.1&content-type=text/plain
14
15 Index: libstroke-0.5.1-autotools.patch
16 ===================================================================
17 Index: libstroke-0.5.1/libgstroke/Makefile.am
18 ===================================================================
19 --- libstroke-0.5.1.orig/libgstroke/Makefile.am
20 +++ libstroke-0.5.1/libgstroke/Makefile.am
21 @@ -5,8 +5,6 @@
22 # level Makefile.
23 AUTOMAKE_OPTIONS = foreign
24
25 -EXTRA_DIST =
26 -
27 #SEL_BIB = libgstroke.la
28
29 lib_LTLIBRARIES = libgstroke.la
30 Index: libstroke-0.5.1/libstroke/Makefile.am
31 ===================================================================
32 --- libstroke-0.5.1.orig/libstroke/Makefile.am
33 +++ libstroke-0.5.1/libstroke/Makefile.am
34 @@ -5,11 +5,6 @@
35 # level Makefile.
36 AUTOMAKE_OPTIONS = foreign
37
38 -EXTRA_DIST =
39 -
40 -#tclpath::
41 - #echo ${ENABLE_TCL}
42 -
43 #if ENABLE_TCL
44 #SEL_BIB = libstroke.la libstroke_tcl.la
45 #else