summaryrefslogtreecommitdiff
path: root/devel/libview/patches/patch-aa
blob: 48ae12cd6d7b4bd68d82393a12d80dec7980514c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.1.1.1 2009/10/26 11:29:45 drochner Exp $

--- libview.pc.in.orig	2008-11-26 01:31:17.000000000 +0100
+++ libview.pc.in
@@ -1,9 +1,9 @@
-prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
+prefix=@prefix@
+libdir=@prefix@/lib
+includedir=@prefix@/include
 
 Name: libview
 Description: VMware's Incredibly Exciting Widgets for GTK+
 Version: @VERSION@
-Libs: -L${libdir} -lview @PACKAGE_LIBS@
-Cflags: -I${includedir} @PACKAGE_CFLAGS@
+Libs: -Wl,-R${libdir} -L${libdir} -lview @VIEW_LIBS@
+Cflags: -I${includedir} @VIEW_CFLAGS@