packages: move Xorg category to its own feed, move X-related packages as well
[openwrt/svn-archive/archive.git] / xorg / lib / vte / patches / 100-compile-fixes.patch
1 Index: vte-0.17.4/termcaps/Makefile.am
2 ===================================================================
3 --- vte-0.17.4.orig/termcaps/Makefile.am 2011-01-27 18:14:40.165998453 +0100
4 +++ vte-0.17.4/termcaps/Makefile.am 2011-01-27 18:14:51.964899492 +0100
5 @@ -1,6 +1,6 @@
6 EXTRA_DIST = xterm xterm.baseline
7 termcapdir = $(pkgdatadir)/termcap
8 -termcap_DATA = xterm $(VTE_DEFAULT_EMULATION)
9 -$(VTE_DEFAULT_EMULATION): xterm
10 +termcap_DATA = $(VTE_DEFAULT_EMULATION)
11 +$(VTE_DEFAULT_EMULATION):
12 sed -e s,^xterm:,$(VTE_DEFAULT_EMULATION):,g \
13 -e s,^xterm\|,$(VTE_DEFAULT_EMULATION)\|,g $< > $@