diff options
author | William Pitcock <nenolod@dereferenced.org> | 2010-12-20 14:29:12 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2010-12-21 08:39:39 -0600 |
commit | 54fc45c66ca0c183d8e8aced05ec15683dfaa818 (patch) | |
tree | 518eb6fa57141d1113bbf3d55443854dbad73584 /testing/agg/agg-2.5-pkgconfig.patch | |
parent | b8442abd679f4db5f9982f7b31684b4c63e1a2a2 (diff) | |
download | aports-54fc45c66ca0c183d8e8aced05ec15683dfaa818.tar.bz2 aports-54fc45c66ca0c183d8e8aced05ec15683dfaa818.tar.xz |
testing/agg: move agg to testing/agg.
Diffstat (limited to 'testing/agg/agg-2.5-pkgconfig.patch')
-rw-r--r-- | testing/agg/agg-2.5-pkgconfig.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/agg/agg-2.5-pkgconfig.patch b/testing/agg/agg-2.5-pkgconfig.patch new file mode 100644 index 000000000..a303bfb90 --- /dev/null +++ b/testing/agg/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} |