Reviewed by Alp Toker.
http://bugs.webkit.org/show_bug.cgi?id=17415
GTK Build (using autotools) on Mac OS (DarwinPorts) Fails
Add -lstdc++ to link flags for minidom program. This corrects
a build error for the GTK+ on Mac OS.
Add ICU_CPPFLAGS earlier in include path for WebCore
so that we find $(icu_cppflags)/unicode/utf8.h, rather than
the wtf/unicode/UTF8.h on case-insensitive file systems.
Remove some needless LIBS.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@30707
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-03-02 Brent Fulgham <bfulgham@gmail.com>
+
+ Reviewed by Alp Toker.
+
+ Add ICU_CPPFLAGS earlier in include path for WebCore
+ so that we find $(icu_cppflags)/unicode/utf8.h, rather than
+ the wtf/unicode/UTF8.h on case-insensitive file systems.
+
+ * GNUmakefile.am:
+
2008-03-02 Alp Toker <alp@atoker.com>
Reviewed by Mark Rowe.
$(HILDON_CFLAGS)
libWebCore_la_CPPFLAGS = \
+ $(ICU_CPPFLAGS) \
$(global_cppflags) \
$(webcore_cppflags) \
- $(webkitgtk_cppflags) \
- $(ICU_CPPFLAGS)
+ $(webkitgtk_cppflags)
libWebCore_la_LIBADD = \
libJavaScriptCore.la \
+2008-03-02 Brent Fulgham <bfulgham@gmail.com>
+
+ Reviewed by Alp Toker.
+
+ http://bugs.webkit.org/show_bug.cgi?id=17415
+ GTK Build (using autotools) on Mac OS (DarwinPorts) Fails
+
+ Add -lstdc++ to link flags for minidom program. This corrects
+ a build error for the GTK+ on Mac OS.
+
+ * GNUmakefile.am:
+
2008-03-01 Mark Rowe <mrowe@apple.com>
Reviewed by Tim Hatcher.
$(GLOBALDEPS_CFLAGS)
Programs_minidom_LDADD = \
libJavaScriptCore.la \
- $(GLOBALDEPS_LIBS) \
- $(ICU_LIBS)
+ -lstdc++
Programs_minidom_LDFLAGS = -rpath $(CURDIR)/.libs
# testkjs
$(global_cflags) \
$(GLOBALDEPS_CFLAGS)
Programs_testkjs_LDADD = \
- libJavaScriptCore.la \
- $(GLOBALDEPS_LIBS) \
- $(ICU_LIBS)
+ libJavaScriptCore.la
Programs_testkjs_LDFLAGS = -rpath $(CURDIR)/.libs
# Clean rules for JavaScriptCore
+2008-03-02 Brent Fulgham <bfulgham@gmail.com>
+
+ Reviewed by Alp Toker.
+
+ Remove some needless LIBS.
+
+ * GNUmakefile.am:
+
2008-03-02 Alp Toker <alp@atoker.com>
Reviewed by Mark Rowe.
$(global_cflags)
Programs_GtkLauncher_LDADD = \
- $(GLOBALDEPS_LIBS) \
- $(WEBKITDEPS_LIBS) \
libwebkit-1.0.la
Programs_GtkLauncher_LDFLAGS = -rpath $(CURDIR)/.libs
$(global_cflags)
Programs_DumpRenderTree_LDADD = \
- $(GLOBALDEPS_LIBS) \
- $(WEBKITDEPS_LIBS) \
libwebkit-1.0.la
Programs_DumpRenderTree_LDFLAGS = -rpath $(CURDIR)/.libs