add libview
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/vmware@2309 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
17
x11-libs/libview/files/libview-0.5.6-pcfix.patch
Normal file
17
x11-libs/libview/files/libview-0.5.6-pcfix.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
diff -u -r libview-0.5.6.old/libview.pc.in libview-0.5.6/libview.pc.in
|
||||
--- libview-0.5.6.old/libview.pc.in 2005-09-07 18:35:12.000000000 -0400
|
||||
+++ libview-0.5.6/libview.pc.in 2006-05-31 10:38:50.000000000 -0400
|
||||
@@ -1,9 +1,10 @@
|
||||
-prefix=${prefix}
|
||||
+prefix=@prefix@
|
||||
+exec_prefix=${prefix}
|
||||
libdir=${exec_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: -L${libdir} -lview @VIEW_LIBS@
|
||||
+Cflags: -I${includedir} @VIEW_CFLAGS@
|
||||
Reference in New Issue
Block a user