summaryrefslogtreecommitdiff
path: root/community/lxpanel/lxpanel-0.5.12-automake-1.14-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxpanel/lxpanel-0.5.12-automake-1.14-support.patch')
-rw-r--r--community/lxpanel/lxpanel-0.5.12-automake-1.14-support.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/lxpanel/lxpanel-0.5.12-automake-1.14-support.patch b/community/lxpanel/lxpanel-0.5.12-automake-1.14-support.patch
new file mode 100644
index 000000000..3b40931de
--- /dev/null
+++ b/community/lxpanel/lxpanel-0.5.12-automake-1.14-support.patch
@@ -0,0 +1,15 @@
+--- autogen.sh.orig 2013-01-27 10:38:55.000000000 +0100
++++ autogen.sh 2013-01-27 10:59:56.897030226 +0100
+@@ -6,9 +6,10 @@
+
+ if [ "$AM_INSTALLED_VERSION" != "1.10" \
+ -a "$AM_INSTALLED_VERSION" != "1.11" \
+- -a "$AM_INSTALLED_VERSION" != "1.12" ];then
++ -a "$AM_INSTALLED_VERSION" != "1.12" \
++ -a "$AM_INSTALLED_VERSION" != "1.14" ];then
+ echo
+- echo "You must have automake 1.10, 1.11, or 1.12 installed to compile lxpanel."
++ echo "You must have automake >=1.10 installed to compile lxpanel."
+ echo "Install the appropriate package for your distribution,"
+ echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
+ exit 1