summaryrefslogtreecommitdiffstats
path: root/gentoo/sys-apps/hal/files/hal-0.5.14-fix-gtk-doc-automake.patch
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-11-19 17:45:28 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-11-19 17:45:28 +0100
commite6636bd5d6280d92996bd70b744e8a29e54c7e18 (patch)
tree014989bddcbc22c7a8d4dafa7b78f3e55b184718 /gentoo/sys-apps/hal/files/hal-0.5.14-fix-gtk-doc-automake.patch
parent4b7471734323c7cb5bdc129857c94041418c81b5 (diff)
downloadtde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.tar.gz
tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.zip
Gentoo: Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'gentoo/sys-apps/hal/files/hal-0.5.14-fix-gtk-doc-automake.patch')
-rw-r--r--gentoo/sys-apps/hal/files/hal-0.5.14-fix-gtk-doc-automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gentoo/sys-apps/hal/files/hal-0.5.14-fix-gtk-doc-automake.patch b/gentoo/sys-apps/hal/files/hal-0.5.14-fix-gtk-doc-automake.patch
new file mode 100644
index 000000000..30beb341a
--- /dev/null
+++ b/gentoo/sys-apps/hal/files/hal-0.5.14-fix-gtk-doc-automake.patch
@@ -0,0 +1,11 @@
+--- configure.inorig 2012-11-29 19:37:25.000000000 +0300
++++ configure.in 2012-11-29 19:37:35.000000000 +0300
+@@ -10,6 +10,8 @@
+ AC_INIT(hal, 0.5.14, david@fubar.dk)
+ AM_INIT_AUTOMAKE([gnu 1.9])
+ AM_MAINTAINER_MODE
++AC_CONFIG_MACRO_DIR([.])
++m4_include([gtk-doc.m4])
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+ glib_module="glib-2.0 >= 2.10.0 gobject-2.0 > 2.10.0 dbus-glib-1 >= 0.61"