summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libview/files/libview-0.5.6-pcfix.patch')
-rw-r--r--x11-libs/libview/files/libview-0.5.6-pcfix.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-libs/libview/files/libview-0.5.6-pcfix.patch b/x11-libs/libview/files/libview-0.5.6-pcfix.patch
deleted file mode 100644
index e43bac0..0000000
--- a/x11-libs/libview/files/libview-0.5.6-pcfix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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@