Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libxdl_view/files: 4.2-as-needed.patch
Date: Wed, 30 May 2012 08:46:14
Message-Id: 20120530084603.DCCB32004C@flycatcher.gentoo.org
1 jlec 12/05/30 08:46:03
2
3 Modified: 4.2-as-needed.patch
4 Log:
5 x11-libs/libxdl_view: Fix underlinking
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 x11-libs/libxdl_view/files/4.2-as-needed.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxdl_view/files/4.2-as-needed.patch?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxdl_view/files/4.2-as-needed.patch?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxdl_view/files/4.2-as-needed.patch?r1=1.3&r2=1.4
15
16 Index: 4.2-as-needed.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/files/4.2-as-needed.patch,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- 4.2-as-needed.patch 19 Jan 2011 13:25:59 -0000 1.3
23 +++ 4.2-as-needed.patch 30 May 2012 08:46:03 -0000 1.4
24 @@ -10,7 +10,7 @@
25 +
26 libxdl_viewextra_la_LDFLAGS = -version-info 0:0:0
27 +libxdl_viewextra_la_DEPENDENCIES = libxdl_view.la
28 -+libxdl_viewextra_la_LIBADD = -lm -lxdl_view
29 ++libxdl_viewextra_la_LIBADD = -lm -lxdl_view -ljwc_c
30
31 EXTRA_DIST = doc/xdl_view_icon.gif doc/xdl_view_top.gif \
32 doc/xdl_view_top.html doc/xdl_view_updates.html \