aboutsummaryrefslogtreecommitdiffstats
path: root/testing/agg/agg-2.5-pkgconfig.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-13 08:58:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-13 15:40:57 -0300
commitdd0e14603b9ed5f72db1791c1e9e3d67be1df266 (patch)
tree7b57006647a40a445037f705203a2a10453653e6 /testing/agg/agg-2.5-pkgconfig.patch
parenta33cf7235864a327ab6c72fd9d2bb89528177365 (diff)
downloadaports-dd0e14603b9ed5f72db1791c1e9e3d67be1df266.tar.bz2
aports-dd0e14603b9ed5f72db1791c1e9e3d67be1df266.tar.xz
testing/agg: fix build, import patches from Arch Linux
Diffstat (limited to 'testing/agg/agg-2.5-pkgconfig.patch')
-rw-r--r--testing/agg/agg-2.5-pkgconfig.patch10
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 0000000000..a303bfb905
--- /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}