Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (7ac8845f6e5b927536c62b6b55b9cffdc67883e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (7ac8845f6e5b927536c62b6b55b9cffdc67883e0)
  • Date: Sun, 15 Jul 2007 12:19:51 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

science/celestia/BUILD | 5 +++++
science/celestia/HISTORY | 4 ++++
2 files changed, 9 insertions(+)

New commits:
commit 29f8721ee2ad68bb865076eec48a2692f10b86a8
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

celestia: work-around for a configure bug that prevented celestia from
running.

diff --git a/science/celestia/BUILD b/science/celestia/BUILD
index 2f2c2b2..b1a9735 100755
--- a/science/celestia/BUILD
+++ b/science/celestia/BUILD
@@ -4,5 +4,10 @@ OPTS="$CELESTIA_XINERAMA
\
--with-included-gettext \
--disable-debug \
$OPTS" &&
+#
+# Little mungery because celestia configure strangely fails to expand
+# ${prefix} for the data root
+#
+OPTS+=" --datarootdir=/usr/share --datadir=/usr/share " &&

default_build
diff --git a/science/celestia/HISTORY b/science/celestia/HISTORY
index 5da8bd9..1032b16 100644
--- a/science/celestia/HISTORY
+++ b/science/celestia/HISTORY
@@ -1,3 +1,7 @@
+2007-07-15 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
+ * BUILD: added --datarootdir & --datadir to OPTS to circument
+ a configure bug.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (7ac8845f6e5b927536c62b6b55b9cffdc67883e0), Ethan Grammatikidis, 07/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page