summaryrefslogtreecommitdiff
path: root/libraries/agg/no_rpath.patch
diff options
context:
space:
mode:
authordsomero <xgizzmo@gmail.com>2010-05-26 20:07:11 -0400
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-26 23:56:57 -0500
commitcb825fcdc6199ab1be1e8e9473c086eba3970e64 (patch)
treee949be3cf1949284843869bf795c6352943497a7 /libraries/agg/no_rpath.patch
parentb6b256c666df261d52ea395c8981e615d558c5f6 (diff)
downloadslackbuilds-cb825fcdc6199ab1be1e8e9473c086eba3970e64.tar.gz
Revert "libraries/agg: Removed (build failure)"
This reverts commit 8ecfe85246a726c73e4b162e894fbd9328745b82. Fixed libtool error and .pc file. Cleaned up build.
Diffstat (limited to 'libraries/agg/no_rpath.patch')
-rw-r--r--libraries/agg/no_rpath.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/agg/no_rpath.patch b/libraries/agg/no_rpath.patch
new file mode 100644
index 0000000000..76582e3327
--- /dev/null
+++ b/libraries/agg/no_rpath.patch
@@ -0,0 +1,10 @@
+--- agg-2.5.orig/libagg.pc.in 2006-07-10 11:27:16.000000000 +0200
++++ agg-2.5/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
++Libs: -L${libdir} -lagg
+ Cflags: -I${includedir}
+