blob: 7a7b21bcd9906a109ef3747179ccbdd09af4ff03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_pkg_config_pic.dpatch by <rene@zero>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad agg-2.3~/libagg.pc.in agg-2.3/libagg.pc.in
--- agg-2.3~/libagg.pc.in 2005-02-18 03:27:48.000000000 +0100
+++ agg-2.3/libagg.pc.in 2006-03-01 18:08:26.906950512 +0100
@@ -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} -Wl,-rpath,${exec_prefix}/lib -lagg_pic
Cflags: -I${includedir}
|