summaryrefslogtreecommitdiff
path: root/community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-11 01:38:47 -0700
committerroot <root@rshg054.dnsready.net>2013-07-11 01:38:47 -0700
commit2e85ee969c4be5762301fc1447315f132aca1fc8 (patch)
tree45ce2476a7dec9372c4d13a039237544ff6898d1 /community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch
parentb509d58f0ff9d5b9167eb65b0264d014c8ac9d66 (diff)
Thu Jul 11 01:37:50 PDT 2013
Diffstat (limited to 'community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch')
-rw-r--r--community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch b/community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch
deleted file mode 100644
index 25916bbf6..000000000
--- a/community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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.13" ];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