Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (f343d918dcbabcdcdebcfef44773eae60a9b4df7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (f343d918dcbabcdcdebcfef44773eae60a9b4df7)
  • Date: Sun, 29 Apr 2007 12:22:13 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

editors/mp/DEPENDS | 12 ++++++------
editors/mp/HISTORY | 3 +++
2 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit f343d918dcbabcdcdebcfef44773eae60a9b4df7
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

mp: Fixed DEPENDS to specify options correctly

diff --git a/editors/mp/DEPENDS b/editors/mp/DEPENDS
index ed04e90..74b02fe 100755
--- a/editors/mp/DEPENDS
+++ b/editors/mp/DEPENDS
@@ -1,8 +1,8 @@
optional_depends gtk+2 \
- "--enable-gtk" \
- "--disable-gtk" \
- "for a gtk ui" &&
+ "" \
+ "--without-gtk" \
+ "for a gtk UI" &&
optional_depends ncurses \
- "--enable-curses" \
- "--disable-curses" \
- "for a curses ui"
+ "" \
+ "--without-curses" \
+ "for a curses UI"
diff --git a/editors/mp/HISTORY b/editors/mp/HISTORY
index c9c7066..0b0f380 100644
--- a/editors/mp/HISTORY
+++ b/editors/mp/HISTORY
@@ -1,2 +1,5 @@
2007-04-29 George Sherwood <george AT beernabeer.com>
+ * DEPENDS: Correctly specify options
+
+2007-04-29 George Sherwood <george AT beernabeer.com>
* DETAILS, DEPENDS, BUILD, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f343d918dcbabcdcdebcfef44773eae60a9b4df7), George Sherwood, 04/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page