From b651d9c3fe84a9253fc5e55c808af11490a3804f Mon Sep 17 00:00:00 2001 From: mb Date: Thu, 27 Jan 2011 17:18:31 +0000 Subject: [PATCH] vte: Compile fix git-svn-id: svn://svn.openwrt.org/openwrt/packages@25154 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/lib/vte/patches/100-compile-fixes.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Xorg/lib/vte/patches/100-compile-fixes.patch diff --git a/Xorg/lib/vte/patches/100-compile-fixes.patch b/Xorg/lib/vte/patches/100-compile-fixes.patch new file mode 100644 index 000000000..273aca0a3 --- /dev/null +++ b/Xorg/lib/vte/patches/100-compile-fixes.patch @@ -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 $< > $@ -- 2.11.0