File: 0001-pkgconfig_fix.patch

package info (click to toggle)
flowcanvas 0.7.1%2Bdfsg0-0.4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 964 kB
  • ctags: 1,754
  • sloc: python: 11,118; cpp: 3,414; makefile: 17
file content (19 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Subject: Strip hard-coded paths/libraries of Cflags/Libs.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670113
From: http://dev.drobilla.net/changeset/3432/trunk/flowcanvas/flowcanvas.pc.in
Reviewed-by: Alessio Treglia <alessio@debian.org>
---
 flowcanvas.pc.in |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- flowcanvas-0.7.1+dfsg0.orig/flowcanvas.pc.in
+++ flowcanvas-0.7.1+dfsg0/flowcanvas.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
 Name: flowcanvas
 Version: @FLOWCANVAS_VERSION@
 Description: A Gtkmm canvas widget for graph based interfaces
-Libs: -L${libdir} -lflowcanvas @GNOMECANVASMM_LIBS@
-Cflags: -I${includedir} @GNOMECANVASMM_CFLAGS@
+Requires: libgnomecanvasmm-2.6
+Libs: -L${libdir} -lflowcanvas
+Cflags: -I${includedir}