diff options
Diffstat (limited to 'libraries/agg/patches/04-no-rpath.patch')
-rw-r--r-- | libraries/agg/patches/04-no-rpath.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libraries/agg/patches/04-no-rpath.patch b/libraries/agg/patches/04-no-rpath.patch deleted file mode 100644 index d3f91408a3c8a..0000000000000 --- a/libraries/agg/patches/04-no-rpath.patch +++ /dev/null @@ -1,13 +0,0 @@ -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} |