[Lunar-commits] <moonbase> lyx: Removing unrecognized options: --with-aiksaurus, --enable-shared, --disable-static
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Dec 2 00:09:03 CET 2011
commit 47a8fd879cd92c4f271d31cf6dd32055550c48e5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Dec 1 18:09:03 2011 -0500
lyx: Removing unrecognized options: --with-aiksaurus, --enable-shared, --disable-static
and adding a couple of optional_depends.
---
qt4-apps/lyx/BUILD | 2 +-
qt4-apps/lyx/DEPENDS | 11 ++++++++---
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/qt4-apps/lyx/BUILD b/qt4-apps/lyx/BUILD
index 37961fc..d32bebc 100644
--- a/qt4-apps/lyx/BUILD
+++ b/qt4-apps/lyx/BUILD
@@ -2,7 +2,7 @@
. /etc/profile.d/qt4.rc &&
- OPTS+=" --enable-build-type=release --enable-shared --disable-static --with-frontend=qt4" &&
+ OPTS+=" --enable-build-type=release --with-frontend=qt4" &&
default_build &&
diff --git a/qt4-apps/lyx/DEPENDS b/qt4-apps/lyx/DEPENDS
index 3738672..9f4bcd6 100644
--- a/qt4-apps/lyx/DEPENDS
+++ b/qt4-apps/lyx/DEPENDS
@@ -19,6 +19,11 @@ optional_depends "aspell" "--with-aspell" \
"--without-aspell" \
"for dictionary support"
-optional_depends "aiksaurus" "--with-aiksaurus" \
- "--without-aiksaurus" \
- "for thesaurus support"
+optional_depends "hunspell" "--with-hunspell" \
+ "--without-hunspell" \
+ "for hunspell support"
+
+optional_depends "enchant" "--with-enchant" \
+ "--without-enchant" \
+ "for generic spellcheck support"
+
More information about the Lunar-commits
mailing list