[Lunar-commits] <moonbase> distcc: Fleshing out the DEPENDS and adding a BUILD to disable-Werror.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Feb 4 18:46:22 CET 2012
commit 549111ef1ec820b6ae4203b4926105e128b47b01
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Feb 4 12:46:22 2012 -0500
distcc: Fleshing out the DEPENDS and adding a BUILD to disable-Werror.
---
distributed/distcc/BUILD | 7 +++++++
distributed/distcc/DEPENDS | 11 ++++-------
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/distributed/distcc/BUILD b/distributed/distcc/BUILD
new file mode 100644
index 0000000..77ad192
--- /dev/null
+++ b/distributed/distcc/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-Werror" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/distributed/distcc/DEPENDS b/distributed/distcc/DEPENDS
index 44720a0..eff8a9e 100644
--- a/distributed/distcc/DEPENDS
+++ b/distributed/distcc/DEPENDS
@@ -1,7 +1,4 @@
-depends popt
-
-optional_depends gtk+-2 "--with-gtk" "" \
- "build the GTK+-2 based compile monitor"
-optional_depends libgnomeui "--with-gnome" "" \
- "build the Gnome based compile monitor"
-optional_depends avahi "" "" "build zeroconf support"
+optional_depends popt "--with-included-popt" "" "Use system provided popt, else no use bundled popt"
+optional_depends gtk+-2 "--with-gtk" "--without-gtk" "build the GTK+-2 based compile monitor"
+optional_depends libgnomeui "--with-gnome" "--without-gnome" "build the Gnome based compile monitor"
+optional_depends avahi "--with-avahi" "--without-avahi" "build zeroconf support"
More information about the Lunar-commits
mailing list