Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a593eed74e6357109db6f801cfe262a484ed297c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a593eed74e6357109db6f801cfe262a484ed297c)
  • Date: Tue, 28 Apr 2015 18:02:52 -0500

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/webkitfltk/BUILD | 2 +-
http/webkitfltk/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit a593eed74e6357109db6f801cfe262a484ed297c
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/webkitfltk: needs to be built with -DNDEBUG in CXXFLAGS

diff --git a/http/webkitfltk/BUILD b/http/webkitfltk/BUILD
index ae9c1f6..88b0ae4 100755
--- a/http/webkitfltk/BUILD
+++ b/http/webkitfltk/BUILD
@@ -10,7 +10,7 @@ sed -i '29i#include <unicode/utf16.h>' \
sed -i 's;fltk-config13;fltk-config;g' \
Source/WebKit/gtk/Makefile &&

-sed -i 's;ME) testapp/testapp;ME);' Source/WebKit/fltk/Makefile &&
+CXXFLAGS="$CXXFLAGS -DNDEBUG" &&

make -C Source/WTF/wtf &&
make -C Source/JavaScriptCore gen &&
diff --git a/http/webkitfltk/HISTORY b/http/webkitfltk/HISTORY
index 34feb76..0b0a6eb 100644
--- a/http/webkitfltk/HISTORY
+++ b/http/webkitfltk/HISTORY
@@ -1,3 +1,6 @@
+2015-04-28 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: needs -DNDEBUG in CXXFLAGS, testapp links fine now
+
2015-04-27 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a593eed74e6357109db6f801cfe262a484ed297c), Pavel Vinogradov, 04/28/2015

Archive powered by MHonArc 2.6.24.

Top of Page