summaryrefslogtreecommitdiffstats
path: root/libraries/agg/patches/04-no-rpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/agg/patches/04-no-rpath.patch')
-rw-r--r--libraries/agg/patches/04-no-rpath.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/agg/patches/04-no-rpath.patch b/libraries/agg/patches/04-no-rpath.patch
new file mode 100644
index 0000000000..d3f91408a3
--- /dev/null
+++ b/libraries/agg/patches/04-no-rpath.patch
@@ -0,0 +1,13 @@
+Author: Unknown
+Description: Disable hard coded rpath during linking
+
+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
+@@ -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
+ Cflags: -I${includedir}