mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 11:41:59 +01:00
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
11 lines
387 B
Diff
11 lines
387 B
Diff
--- 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}
|