c404c4d903
@ppc/amd64/i386. Add a temporary workaround for upstream bz #26099. Bumps minor as some funcs were added.
40 lines
949 B
Plaintext
40 lines
949 B
Plaintext
$OpenBSD: patch-GNUmakefile_in,v 1.2 2009/06/01 05:51:31 landry Exp $
|
|
--- GNUmakefile.in.orig Thu May 28 20:36:42 2009
|
|
+++ GNUmakefile.in Sun May 31 01:38:02 2009
|
|
@@ -7655,9 +7655,10 @@ libJavaScriptCore_la_SOURCES = \
|
|
|
|
libJavaScriptCore_la_LIBADD = \
|
|
$(UNICODE_LIBS) \
|
|
- $(GLIB_LIBS) \
|
|
- -lpthread
|
|
+ $(GLIB_LIBS)
|
|
|
|
+libJavaScriptCore_la_LDFLAGS = -pthread
|
|
+
|
|
libJavaScriptCore_la_CXXFLAGS = \
|
|
$(global_cxxflags) \
|
|
$(libJavaScriptCore_la_CFLAGS)
|
|
@@ -7723,12 +7724,12 @@ libwebkit_1_0_la_CPPFLAGS = \
|
|
$(HILDON_CPPFLAGS)
|
|
|
|
libwebkit_1_0_la_LDFLAGS = \
|
|
+ -pthread \
|
|
-version-info @LIBWEBKITGTK_VERSION@ \
|
|
$(version_script) \
|
|
$(no_undefined)
|
|
|
|
libwebkit_1_0_la_LIBADD = \
|
|
- -lpthread \
|
|
libJavaScriptCore.la \
|
|
libWebCore.la \
|
|
libWebCoreJS.la \
|
|
@@ -7847,7 +7848,7 @@ Programs_minidom_CFLAGS = \
|
|
Programs_minidom_LDADD = \
|
|
libJavaScriptCore.la \
|
|
-lm \
|
|
- -lstdc++
|
|
+ -lestdc++
|
|
|
|
Programs_minidom_LDFLAGS = \
|
|
-no-install \
|