Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/gdl/files: gdl-0.9_rc4-antlr.patch
Date: Sat, 27 Feb 2010 05:28:21
Message-Id: E1NlFDu-0003Yv-4P@stork.gentoo.org
1 markusle 10/02/27 05:28:18
2
3 Modified: gdl-0.9_rc4-antlr.patch
4 Log:
5 Fixed libantlr issue (see bug #286630).
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-lang/gdl/files/gdl-0.9_rc4-antlr.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gdl/files/gdl-0.9_rc4-antlr.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gdl/files/gdl-0.9_rc4-antlr.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gdl/files/gdl-0.9_rc4-antlr.patch?r1=1.1&r2=1.2
14
15 Index: gdl-0.9_rc4-antlr.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gdl/files/gdl-0.9_rc4-antlr.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gdl-0.9_rc4-antlr.patch 5 Feb 2010 04:22:46 -0000 1.1
22 +++ gdl-0.9_rc4-antlr.patch 27 Feb 2010 05:28:17 -0000 1.2
23 @@ -26,7 +26,7 @@
24 # the library search path.
25 gdl_LDFLAGS = $(all_libraries)
26 -gdl_LDADD = $(top_builddir)/src/antlr/libantlr.a -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
27 -+gdl_LDADD = -lantlr -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
28 ++gdl_LDADD = ANTLR_LIB -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
29 endif
30
31 # build as library (for python module)
32 @@ -35,6 +35,6 @@
33 endif
34
35 -libgdl_la_LIBADD = $(top_builddir)/src/antlr/libantlr.la -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
36 -+libgdl_la_LIBADD = -lantlr -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
37 ++libgdl_la_LIBADD = ANTLR_LIB -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
38 endif