diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-07-16 18:00:19 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-03 16:34:16 +0700 |
commit | e28787e9e05fc37a6b194ebf62ad5bc647190596 (patch) | |
tree | ad51d84194c2656f61b59428b08fc6b11940e02d /libraries/agg/patches/00002-agg-2.5-pkgconfig.patch | |
parent | 6fd855630e6d1862995a200f5a07d9ade9190286 (diff) |
libraries/agg: Added patches from fedora.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/agg/patches/00002-agg-2.5-pkgconfig.patch')
-rw-r--r-- | libraries/agg/patches/00002-agg-2.5-pkgconfig.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/agg/patches/00002-agg-2.5-pkgconfig.patch b/libraries/agg/patches/00002-agg-2.5-pkgconfig.patch new file mode 100644 index 000000000000..a303bfb90509 --- /dev/null +++ b/libraries/agg/patches/00002-agg-2.5-pkgconfig.patch @@ -0,0 +1,10 @@ +--- agg-2.5/libagg.pc.in.orig 2007-01-07 13:58:28.000000000 +0000 ++++ agg-2.5/libagg.pc.in 2007-01-07 14:02:40.000000000 +0000 +@@ -6,5 +6,6 @@ + Name: libagg + Description: Anti Grain Geometry - A High Quality Rendering Engine for C++ + Version: @VERSION@ +-Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg ++Requires.private: freetype2 ++Libs: -L${libdir} -lagg + Cflags: -I${includedir} |