summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe McCann <joem@gentoo.org>2006-01-05 22:45:24 +0000
committerJoe McCann <joem@gentoo.org>2006-01-05 22:45:24 +0000
commitee42ee3eccee1d99000c55133e063603222651a4 (patch)
tree03dcda4b70303fe8d92e6346d8671623b916b42a /x11-libs/vte/files
parentAdded initial ebuild. BCM43xx driver supports (currently) the chipsets BCM430... (diff)
downloadgentoo-2-ee42ee3eccee1d99000c55133e063603222651a4.tar.gz
gentoo-2-ee42ee3eccee1d99000c55133e063603222651a4.tar.bz2
gentoo-2-ee42ee3eccee1d99000c55133e063603222651a4.zip
Patch to fix changes to the pkgconfig files that causes problems with includes/cflags. Fixes bug 117806
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-libs/vte/files')
-rw-r--r--x11-libs/vte/files/digest-vte-0.11.16-r11
-rw-r--r--x11-libs/vte/files/vte-0.11.16-pkgconfig_libs_fix.patch17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/vte/files/digest-vte-0.11.16-r1 b/x11-libs/vte/files/digest-vte-0.11.16-r1
new file mode 100644
index 000000000000..c842012fff46
--- /dev/null
+++ b/x11-libs/vte/files/digest-vte-0.11.16-r1
@@ -0,0 +1 @@
+MD5 ce5c5bf91da638547ce093fe66622c37 vte-0.11.16.tar.bz2 961577
diff --git a/x11-libs/vte/files/vte-0.11.16-pkgconfig_libs_fix.patch b/x11-libs/vte/files/vte-0.11.16-pkgconfig_libs_fix.patch
new file mode 100644
index 000000000000..bbf32eb71837
--- /dev/null
+++ b/x11-libs/vte/files/vte-0.11.16-pkgconfig_libs_fix.patch
@@ -0,0 +1,17 @@
+===================================================================
+RCS file: /cvs/gnome/vte/vte.pc.in,v
+retrieving revision 1.11
+retrieving revision 1.12
+diff -u -r1.11 -r1.12
+--- vte.pc.in 2005/12/12 18:46:15 1.11
++++ vte.pc.in 2005/12/31 11:27:56 1.12
+@@ -8,7 +8,6 @@
+ Name: vte
+ Description: Vte terminal widget.
+ Version: @VERSION@
+-Requires.private: @NEEDEDPACKAGES@
+-Libs: -L${libdir} -lvte
+-Libs.private: @FT2_LIBS@ @OTHERLIBS@
++Requires: @NEEDEDPACKAGES@
++Libs: -L${libdir} -lvte @FT2_LIBS@ @OTHERLIBS@
+ Cflags: -I${includedir} @FT2_CFLAGS@ @OTHERCFLAGS@