Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (5c22655c7fa2970282d10302e9f85ce4987af93d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (5c22655c7fa2970282d10302e9f85ce4987af93d)
  • Date: Wed, 9 Aug 2006 10:28:45 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

windowmanagers/fluxbox/BUILD | 8 ++------
windowmanagers/fluxbox/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 62b63b19ecf4263d269957ae00fcf89129de57fd
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

fluxbox: actually use the options chosen in CONFIGURE... now Xinerama
should work:-)

diff --git a/windowmanagers/fluxbox/BUILD b/windowmanagers/fluxbox/BUILD
index 6751ddf..319899e 100755
--- a/windowmanagers/fluxbox/BUILD
+++ b/windowmanagers/fluxbox/BUILD
@@ -1,11 +1,7 @@
-export CPPFLAGS=-I/usr/include/freetype2 &&
+export CPPFLAGS="-I/usr/include/freetype2 $CPPFLAGS" &&

if [ "$FLUXBOX_SVN" == "y" ]; then
./autogen.sh
fi &&
-
-if [ "$NLS" == "n" ]; then
- OPTS="$OPTS --disable-nls"
-fi &&
-
+OPTS="$OPT $OPTS" &&
default_build
diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index fc06b0b..2c08f09 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -1,3 +1,7 @@
+2006-08-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: Finished what Pieter started... using the configuration
+ from CONFIGURE
+
2006-06-16 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: updated to 1.0rc2





Archive powered by MHonArc 2.6.24.

Top of Page