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