mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
cb825fcdc6
This reverts commit 8ecfe85246
.
Fixed libtool error and .pc file. Cleaned up build.
10 lines
359 B
Diff
10 lines
359 B
Diff
--- 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}
|
|
|