Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/agg/files/2.5: 04_no_rpath.patch 03_pkg_config_pic.patch
Date: Tue, 07 Apr 2009 10:35:07
Message-Id: E1Lr8du-0004sW-RK@stork.gentoo.org
1 bicatali 09/04/07 10:34:58
2
3 Modified: 04_no_rpath.patch
4 Removed: 03_pkg_config_pic.patch
5 Log:
6 Fixed pkgconfig file using libagg instead of libagg_pic which was debian specific
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-libs/agg/files/2.5/04_no_rpath.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files/2.5/04_no_rpath.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files/2.5/04_no_rpath.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files/2.5/04_no_rpath.patch?r1=1.1&r2=1.2
15
16 Index: 04_no_rpath.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/files/2.5/04_no_rpath.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 04_no_rpath.patch 26 Mar 2009 14:00:31 -0000 1.1
23 +++ 04_no_rpath.patch 7 Apr 2009 10:34:58 -0000 1.2
24 @@ -1,19 +1,10 @@
25 -
26 -#! /bin/sh /usr/share/dpatch/dpatch-run
27 -## 04_no_rpath.dpatch by <rene@××××××.org>
28 -##
29 -## All lines beginning with `## DP:' are a description of the patch.
30 -## DP: No description.
31 -
32 -@DPATCH@
33 -diff -urNad agg-2.4~/libagg.pc.in agg-2.4/libagg.pc.in
34 ---- agg-2.4~/libagg.pc.in 2006-07-10 11:27:16.000000000 +0200
35 -+++ agg-2.4/libagg.pc.in 2006-07-10 11:28:51.000000000 +0200
36 +--- agg-2.5.orig/libagg.pc.in 2006-07-10 11:27:16.000000000 +0200
37 ++++ agg-2.5/libagg.pc.in 2006-07-10 11:28:51.000000000 +0200
38 @@ -6,5 +6,5 @@
39 Name: libagg
40 Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
41 Version: @VERSION@
42 --Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg_pic
43 -+Libs: -L${libdir} -lagg_pic
44 +-Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg
45 ++Libs: -L${libdir} -lagg
46 Cflags: -I${includedir}