Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (62da8d84b965743a72d2cb449badafb539014c4a)
  • Date: Sun, 3 May 2015 13:03:20 -0500

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

ChangeLog | 3 +++
FUNCTIONS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 62da8d84b965743a72d2cb449badafb539014c4a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

merge 25594fe12d6f1fa2e8f426973d96297ade45ee6c for fixing qt5_build

diff --git a/ChangeLog b/ChangeLog
index a07b0fd..50c8ac9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
2015-04-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics-libs/glfw: new spell, an event loop for OpenGL contexts

+2015-04-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * FUNCTIONS: fix qt5_build
+
2015-04-27 Pavel Vinogradov <public AT sourcemage.org>
* http/webkitfltk: new spell, FLTK port of WebKit
* libs/urlmatch: new spell, URL Matcher library
diff --git a/FUNCTIONS b/FUNCTIONS
index 0fc1d49..87f66c1 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -8,7 +8,7 @@ qt5_build() {
cd $SOURCE_DIRECTORY &&
PATH="$QT5DIR/bin:$PATH"
qmake PREFIX=$QT5DIR LIBDIR=$QT5DIR/lib \
- $OPTS $SRC/*.pro &&
+ $OPTS *.pro &&
make
}




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (62da8d84b965743a72d2cb449badafb539014c4a), Thomas Orgis, 05/03/2015

Archive powered by MHonArc 2.6.24.

Top of Page