lxshortcut, lxrandr, lxsession-edit: Force-create stamps
[openwrt/svn-archive/feeds.git] / lxde / apps / lxshortcut / patches / 100-compile-fixes.patch
1 ---
2 configure | 6 ------
3 1 file changed, 6 deletions(-)
4
5 Index: lxshortcut-0.1.1/configure
6 ===================================================================
7 --- lxshortcut-0.1.1.orig/configure 2009-07-06 01:26:21.000000000 +0200
8 +++ lxshortcut-0.1.1/configure 2010-10-28 21:08:23.831000002 +0200
9 @@ -6042,12 +6042,6 @@
10 fi
11
12
13 -if test "$GTK_BUILDER_CONVERT" = "false"; then
14 - { { $as_echo "$as_me:$LINENO: error: gtk-builder-convert not found" >&5
15 -$as_echo "$as_me: error: gtk-builder-convert not found" >&2;}
16 - { (exit 1); exit 1; }; }
17 -fi
18 -
19 GETTEXT_PACKAGE=lxshortcut
20
21
22 Index: lxshortcut-0.1.1/po/Makefile.in.in
23 ===================================================================
24 --- lxshortcut-0.1.1.orig/po/Makefile.in.in 2010-10-28 21:08:45.144000002 +0200
25 +++ lxshortcut-0.1.1/po/Makefile.in.in 2010-10-28 21:08:54.438000078 +0200
26 @@ -211,6 +211,7 @@
27 cd $(top_builddir) \
28 && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
29 $(SHELL) ./config.status
30 + touch stamp-it
31
32 # Tell versions [3.59,3.63) of GNU make not to export all variables.
33 # Otherwise a system limit (for SysV at least) may be exceeded.