[Lunar-commits] <moonbase> moonbase: should always have space after OPTS+=
Paul Bredbury
brebs at lunar-linux.org
Sat Feb 5 09:50:05 CET 2011
commit 5a7842399700dce4e9bb6d1ebcc75773e026d1d5
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sat Feb 5 15:50:05 2011 +0700
moonbase: should always have space after OPTS+=
---
graphics/gimp-sharp/BUILD | 4 ++--
utils/util-linux/BUILD | 8 ++++----
video/sswf/BUILD | 2 +-
web/htdig/BUILD | 10 +++++-----
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/graphics/gimp-sharp/BUILD b/graphics/gimp-sharp/BUILD
index 3750a5c..85e52f3 100644
--- a/graphics/gimp-sharp/BUILD
+++ b/graphics/gimp-sharp/BUILD
@@ -1,6 +1,6 @@
(
- OPTS+="--with-vb" &&
+ OPTS+=" --with-vb" &&
default_build
-
+
) > $C_FIFO 2>&1
diff --git a/utils/util-linux/BUILD b/utils/util-linux/BUILD
index cf02d2f..b75cc86 100644
--- a/utils/util-linux/BUILD
+++ b/utils/util-linux/BUILD
@@ -1,10 +1,10 @@
(
#still need several patches
- OPTS+="--enable-arch --enable-agetty --disable-init --disable-kill \
- --disable-last --disable-mesg --enable-partx --enable-raw \
- --enable-rename --disable-reset --disable-login-utils \
- --enable-schedutils --disable-wall --enable-write --disable-fsck"
+ OPTS+=" --enable-arch --enable-agetty --disable-init --disable-kill \
+ --disable-last --disable-mesg --enable-partx --enable-raw \
+ --enable-rename --disable-reset --disable-login-utils \
+ --enable-schedutils --disable-wall --enable-write --disable-fsck" &&
default_build &&
diff --git a/video/sswf/BUILD b/video/sswf/BUILD
index ad9aad6..8cb6e65 100644
--- a/video/sswf/BUILD
+++ b/video/sswf/BUILD
@@ -1,6 +1,6 @@
(
- OPTS+="--disable-debug --disable-yydebug" &&
+ OPTS+=" --disable-debug --disable-yydebug" &&
default_build
diff --git a/web/htdig/BUILD b/web/htdig/BUILD
index d79e9df..df7ff6c 100644
--- a/web/htdig/BUILD
+++ b/web/htdig/BUILD
@@ -1,12 +1,12 @@
(
- OPTS+="--enable-bigfile --with-config-dir=/etc/htdig \
- --with-default-config-file=/etc/htdig/htdig.conf\
- --with-cgi-bin-dir=/var/htdig --with-search-dir=/usr/share/htdig \
- --with-image-dir=/usr/share/htdig" &&
+ OPTS+=" --enable-bigfile --with-config-dir=/etc/htdig \
+ --with-default-config-file=/etc/htdig/htdig.conf \
+ --with-cgi-bin-dir=/var/htdig --with-search-dir=/usr/share/htdig \
+ --with-image-dir=/usr/share/htdig" &&
sedit "s|Collection::||g" htsearch/Collection.h &&
default_build
-
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list