diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-04-07 10:34:58 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-04-07 10:34:58 +0000 |
commit | bcfca7679395a915e7e7525676e59a83ea43301c (patch) | |
tree | 2b5557ca0d29a353086d455812df4ef0bea0c08c /x11-libs/agg/files | |
parent | Correct Italian translation. (diff) | |
download | gentoo-2-bcfca7679395a915e7e7525676e59a83ea43301c.tar.gz gentoo-2-bcfca7679395a915e7e7525676e59a83ea43301c.tar.bz2 gentoo-2-bcfca7679395a915e7e7525676e59a83ea43301c.zip |
Fixed pkgconfig file using libagg instead of libagg_pic which was debian specific
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/agg/files')
-rw-r--r-- | x11-libs/agg/files/2.5/03_pkg_config_pic.patch | 19 | ||||
-rw-r--r-- | x11-libs/agg/files/2.5/04_no_rpath.patch | 17 |
2 files changed, 4 insertions, 32 deletions
diff --git a/x11-libs/agg/files/2.5/03_pkg_config_pic.patch b/x11-libs/agg/files/2.5/03_pkg_config_pic.patch deleted file mode 100644 index 7a7b21bcd990..000000000000 --- a/x11-libs/agg/files/2.5/03_pkg_config_pic.patch +++ /dev/null @@ -1,19 +0,0 @@ - -#! /bin/sh /usr/share/dpatch/dpatch-run -## 03_pkg_config_pic.dpatch by <rene@zero> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad agg-2.3~/libagg.pc.in agg-2.3/libagg.pc.in ---- agg-2.3~/libagg.pc.in 2005-02-18 03:27:48.000000000 +0100 -+++ agg-2.3/libagg.pc.in 2006-03-01 18:08:26.906950512 +0100 -@@ -6,5 +6,5 @@ - Name: libagg - Description: Anti Grain Geometry - A High Quality Rendering Engine for C++ - Version: @VERSION@ --Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg -+Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg_pic - Cflags: -I${includedir} - diff --git a/x11-libs/agg/files/2.5/04_no_rpath.patch b/x11-libs/agg/files/2.5/04_no_rpath.patch index 75e1936286d5..76582e332738 100644 --- a/x11-libs/agg/files/2.5/04_no_rpath.patch +++ b/x11-libs/agg/files/2.5/04_no_rpath.patch @@ -1,19 +1,10 @@ - -#! /bin/sh /usr/share/dpatch/dpatch-run -## 04_no_rpath.dpatch by <rene@debian.org> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad agg-2.4~/libagg.pc.in agg-2.4/libagg.pc.in ---- agg-2.4~/libagg.pc.in 2006-07-10 11:27:16.000000000 +0200 -+++ agg-2.4/libagg.pc.in 2006-07-10 11:28:51.000000000 +0200 +--- agg-2.5.orig/libagg.pc.in 2006-07-10 11:27:16.000000000 +0200 ++++ agg-2.5/libagg.pc.in 2006-07-10 11:28:51.000000000 +0200 @@ -6,5 +6,5 @@ Name: libagg Description: Anti Grain Geometry - A High Quality Rendering Engine for C++ Version: @VERSION@ --Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg_pic -+Libs: -L${libdir} -lagg_pic +-Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg ++Libs: -L${libdir} -lagg Cflags: -I${includedir} |