diff options
Diffstat (limited to 'lxde-base/lxappearance/files/lxappearance-0.2.1-intltool.patch')
-rw-r--r-- | lxde-base/lxappearance/files/lxappearance-0.2.1-intltool.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lxde-base/lxappearance/files/lxappearance-0.2.1-intltool.patch b/lxde-base/lxappearance/files/lxappearance-0.2.1-intltool.patch new file mode 100644 index 000000000000..b3871d357b5c --- /dev/null +++ b/lxde-base/lxappearance/files/lxappearance-0.2.1-intltool.patch @@ -0,0 +1,15 @@ +diff -NrU5 lxappearance-0.2.1.original/configure.in lxappearance-0.2.1/configure.in +--- lxappearance-0.2.1.original/configure.in 2009-07-13 17:14:23.000000000 +0000 ++++ lxappearance-0.2.1/configure.in 2009-07-13 17:14:41.000000000 +0000 +@@ -2,10 +2,11 @@ + + AC_INIT(configure.in) + AM_INIT_AUTOMAKE(lxappearance, 0.2.1) + AM_CONFIG_HEADER(config.h) + AM_MAINTAINER_MODE ++IT_PROG_INTLTOOL + + AC_ISC_POSIX + AC_PROG_CC + AM_PROG_CC_STDC + AC_HEADER_STDC |