vte: Compile fix
authorMichael Büsch <mb@bu3sch.de>
Thu, 27 Jan 2011 17:18:31 +0000 (17:18 +0000)
committerMichael Büsch <mb@bu3sch.de>
Thu, 27 Jan 2011 17:18:31 +0000 (17:18 +0000)
SVN-Revision: 25154

Xorg/lib/vte/patches/100-compile-fixes.patch [new file with mode: 0644]

diff --git a/Xorg/lib/vte/patches/100-compile-fixes.patch b/Xorg/lib/vte/patches/100-compile-fixes.patch
new file mode 100644 (file)
index 0000000..273aca0
--- /dev/null
@@ -0,0 +1,13 @@
+Index: vte-0.17.4/termcaps/Makefile.am
+===================================================================
+--- vte-0.17.4.orig/termcaps/Makefile.am       2011-01-27 18:14:40.165998453 +0100
++++ vte-0.17.4/termcaps/Makefile.am    2011-01-27 18:14:51.964899492 +0100
+@@ -1,6 +1,6 @@
+ EXTRA_DIST = xterm xterm.baseline
+ termcapdir = $(pkgdatadir)/termcap
+-termcap_DATA = xterm $(VTE_DEFAULT_EMULATION)
+-$(VTE_DEFAULT_EMULATION): xterm
++termcap_DATA = $(VTE_DEFAULT_EMULATION)
++$(VTE_DEFAULT_EMULATION):
+       sed -e s,^xterm:,$(VTE_DEFAULT_EMULATION):,g \
+           -e s,^xterm\|,$(VTE_DEFAULT_EMULATION)\|,g $< > $@