pkgsrc/devel/libview/patches/patch-aa
drochner a257f97087 add libview-0.6.4, a collection of widgets from VMware
(checked for in the gtk-vnc build, but not useful there, so I only
add it in the hope that it is of use somewhere else)
2009-10-26 11:29:45 +00:00

19 lines
572 B
Text

$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@