summarylogtreecommitdiffstats
path: root/fix-build.patch
diff options
context:
space:
mode:
authorMaxime Gauduin2015-06-09 12:02:24 +0200
committerMaxime Gauduin2015-06-09 12:02:24 +0200
commitee2b2f6a5319e6a9150c5b1569ae33ddddef4d20 (patch)
treea7dd4407101a2b12acd4b0bd2ec41e0bf6ef3207 /fix-build.patch
downloadaur-indicator-session.tar.gz
Initial import
Diffstat (limited to 'fix-build.patch')
-rw-r--r--fix-build.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-build.patch b/fix-build.patch
new file mode 100644
index 000000000000..57aa242b3451
--- /dev/null
+++ b/fix-build.patch
@@ -0,0 +1,12 @@
+diff -Naur indicator-session-12.10.4.orig/configure.ac indicator-session-12.10.4/configure.ac
+--- indicator-session-12.10.4.orig/configure.ac 2012-10-03 18:39:45.000000000 +0200
++++ indicator-session-12.10.4/configure.ac 2013-03-10 16:36:09.975334792 +0100
+@@ -3,7 +3,7 @@
+
+ AC_PREREQ(2.53)
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AM_INIT_AUTOMAKE(indicator-session, 12.10.4)
+
+ AM_MAINTAINER_MODE