[Lunar-commits] <moonbase> polkit: fixed build
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Mon Dec 26 13:45:43 CET 2011
commit 7b1fc50c4755469f40f1de31396196a26248cc11
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Mon Dec 26 13:45:43 2011 +0100
polkit: fixed build
---
devel/polkit/BUILD | 4 ++++
devel/polkit/DEPENDS | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/devel/polkit/BUILD b/devel/polkit/BUILD
index fd11dd8..aa2ffa0 100644
--- a/devel/polkit/BUILD
+++ b/devel/polkit/BUILD
@@ -4,6 +4,10 @@
# If expat is yes the make tanks on "line 5975: cd: yes/lib: No such file or directory"
sedit "s:\$withval/:/usr/:g" configure.ac &&
+ libtoolize -c -f --ltdl &&
+ autoreconf -i -f &&
+ aclocal &&
+ autoreconf &&
autoconf &&
automake &&
default_build &&
diff --git a/devel/polkit/DEPENDS b/devel/polkit/DEPENDS
index eb050bb..a637d4b 100644
--- a/devel/polkit/DEPENDS
+++ b/devel/polkit/DEPENDS
@@ -1,3 +1,4 @@
+depends gtk-doc
+
optional_depends gobject-introspection "--enable-introspection" "--disable-introspection" "for API collection support"
optional_depends expat "--with-expat" "--without-expat" "XML parsing support"
-
More information about the Lunar-commits
mailing list