Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 500230 | Differences between
and this patch

Collapse All | Expand All

(-)webkitgtk-2.2.4.org/GNUmakefile.am (+8 lines)
Lines 277-279 Link Here
277
	@-cp ./Documentation/webkit2gtk/tmpl/*.sgml $(distdir)/Documentation/webkit2gtk/tmpl
277
	@-cp ./Documentation/webkit2gtk/tmpl/*.sgml $(distdir)/Documentation/webkit2gtk/tmpl
278
	@cp ./Documentation/webkit2gtk/html/* $(distdir)/Documentation/webkit2gtk/html
278
	@cp ./Documentation/webkit2gtk/html/* $(distdir)/Documentation/webkit2gtk/html
279
endif
279
endif
280
281
all-built-sources-local: $(BUILT_SOURCES) autotoolsconfig.h
282
283
all-ltlibraries-local: GNUmakefile $(LTLIBRARIES)
284
285
all-programs-local: GNUmakefile $(PROGRAMS)
286
287
all-data-local: GNUmakefile $(DATA)
(-)webkitgtk-2.2.4.org/Source/autotools/SetupCompilerFlags.m4 (-2 / +2 lines)
Lines 16-25 Link Here
16
fi
16
fi
17
17
18
if test "$c_compiler" = "gcc"; then
18
if test "$c_compiler" = "gcc"; then
19
    CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2"
19
    CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2"
20
fi
20
fi
21
if test "$cxx_compiler" = "g++"; then
21
if test "$cxx_compiler" = "g++"; then
22
    CXXFLAGS="$CXXFLAGS -D_FORTIFY_SOURCE=2"
22
    CXXFLAGS="$CXXFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2"
23
fi
23
fi
24
24
25
if test "$host_cpu" = "sh4"; then
25
if test "$host_cpu" = "sh4"; then
(-)webkitgtk-2.2.4.org/Source/WebCore/bindings/gobject/GNUmakefile.am (+3 lines)
Lines 1-4 Link Here
1
webkitgtk_gdom_built_sources += \
1
webkitgtk_gdom_built_sources += \
2
	DerivedSources/webkitdom/$(am__dirstamp) \
2
	DerivedSources/webkitdom/WebKitDOMAttr.cpp \
3
	DerivedSources/webkitdom/WebKitDOMAttr.cpp \
3
	DerivedSources/webkitdom/WebKitDOMAttrPrivate.h \
4
	DerivedSources/webkitdom/WebKitDOMAttrPrivate.h \
4
	DerivedSources/webkitdom/WebKitDOMBarProp.cpp \
5
	DerivedSources/webkitdom/WebKitDOMBarProp.cpp \
Lines 427-432 Link Here
427
428
428
if ENABLE_VIDEO
429
if ENABLE_VIDEO
429
webkitgtk_gdom_built_h_api += \
430
webkitgtk_gdom_built_h_api += \
431
	$(top_builddir)/DerivedSources/webkitdom/$(am__dirstamp) \
430
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMAudioTrack.h \
432
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMAudioTrack.h \
431
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMAudioTrackList.h \
433
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMAudioTrackList.h \
432
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMHTMLAudioElement.h \
434
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMHTMLAudioElement.h \
Lines 439-444 Link Here
439
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMVideoTrack.h \
441
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMVideoTrack.h \
440
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMVideoTrackList.h
442
	$(top_builddir)/DerivedSources/webkitdom/WebKitDOMVideoTrackList.h
441
webkitgtk_gdom_built_sources += \
443
webkitgtk_gdom_built_sources += \
444
	DerivedSources/webkitdom/$(am__dirstamp) \
442
	DerivedSources/webkitdom/WebKitDOMHTMLAudioElement.cpp \
445
	DerivedSources/webkitdom/WebKitDOMHTMLAudioElement.cpp \
443
	DerivedSources/webkitdom/WebKitDOMHTMLAudioElementPrivate.h \
446
	DerivedSources/webkitdom/WebKitDOMHTMLAudioElementPrivate.h \
444
	DerivedSources/webkitdom/WebKitDOMHTMLVideoElement.cpp \
447
	DerivedSources/webkitdom/WebKitDOMHTMLVideoElement.cpp \
(-)webkitgtk-2.2.4.org/Source/WebCore/GNUmakefile.am (+6 lines)
Lines 358-363 Link Here
358
	$(AM_V_GEN)$(BISON) --no-lines --defines="DerivedSources/ANGLE/glslang_tab.h" --skeleton=yacc.c --output="$@" $<
358
	$(AM_V_GEN)$(BISON) --no-lines --defines="DerivedSources/ANGLE/glslang_tab.h" --skeleton=yacc.c --output="$@" $<
359
DerivedSources/ANGLE/glslang_tab.h: DerivedSources/ANGLE/glslang_tab.cpp
359
DerivedSources/ANGLE/glslang_tab.h: DerivedSources/ANGLE/glslang_tab.cpp
360
360
361
BUILT_SOURCES += \
362
	DerivedSources/ANGLE/$(am__dirstamp) \
363
	DerivedSources/ANGLE/glslang.cpp \
364
	DerivedSources/ANGLE/glslang_tab.cpp \
365
	DerivedSources/ANGLE/glslang_tab.h
366
361
IDL_PATH := \
367
IDL_PATH := \
362
    $(WebCore)/Modules/battery \
368
    $(WebCore)/Modules/battery \
363
    $(WebCore)/Modules/filesystem \
369
    $(WebCore)/Modules/filesystem \
(-)webkitgtk-2.2.4.org/Source/WebCore/GNUmakefile.list.am (+4 lines)
Lines 1-4 Link Here
1
webcore_built_sources += \
1
webcore_built_sources += \
2
	DerivedSources/WebCore/$(am__dirstamp) \
2
	DerivedSources/WebCore/CSSGrammar.cpp \
3
	DerivedSources/WebCore/CSSGrammar.cpp \
3
	DerivedSources/WebCore/CSSGrammar.h \
4
	DerivedSources/WebCore/CSSGrammar.h \
4
	DerivedSources/WebCore/CSSPropertyNames.h \
5
	DerivedSources/WebCore/CSSPropertyNames.h \
Lines 875-880 Link Here
875
	DerivedSources/WebCore/XPathGrammar.h
876
	DerivedSources/WebCore/XPathGrammar.h
876
877
877
platform_built_sources += \
878
platform_built_sources += \
879
	DerivedSources/Platform/$(am__dirstamp) \
878
	DerivedSources/Platform/ColorData.cpp \
880
	DerivedSources/Platform/ColorData.cpp \
879
	DerivedSources/Platform/WebKitFontFamilyNames.cpp \
881
	DerivedSources/Platform/WebKitFontFamilyNames.cpp \
880
	DerivedSources/Platform/WebKitFontFamilyNames.h
882
	DerivedSources/Platform/WebKitFontFamilyNames.h
Lines 882-893 Link Here
882
# These files need to be part of WebCore otherwise they cause undefined
884
# These files need to be part of WebCore otherwise they cause undefined
883
# symbols havoc
885
# symbols havoc
884
webcore_built_sources += \
886
webcore_built_sources += \
887
	DerivedSources/WebCore/$(am__dirstamp) \
885
	DerivedSources/WebCore/JSSVGDocument.cpp \
888
	DerivedSources/WebCore/JSSVGDocument.cpp \
886
	DerivedSources/WebCore/JSSVGDocument.h \
889
	DerivedSources/WebCore/JSSVGDocument.h \
887
	DerivedSources/WebCore/SVGNames.cpp \
890
	DerivedSources/WebCore/SVGNames.cpp \
888
	DerivedSources/WebCore/SVGElementFactory.cpp
891
	DerivedSources/WebCore/SVGElementFactory.cpp
889
892
890
webcore_svg_built_sources += \
893
webcore_svg_built_sources += \
894
	DerivedSources/WebCore/$(am__dirstamp) \
891
	DerivedSources/WebCore/JSSVGAElement.cpp \
895
	DerivedSources/WebCore/JSSVGAElement.cpp \
892
	DerivedSources/WebCore/JSSVGAElement.h \
896
	DerivedSources/WebCore/JSSVGAElement.h \
893
	DerivedSources/WebCore/JSSVGAltGlyphDefElement.cpp \
897
	DerivedSources/WebCore/JSSVGAltGlyphDefElement.cpp \
(-)webkitgtk-2.2.4.org/Source/WebInspectorUI/GNUmakefile.am (+2 lines)
Lines 27-35 Link Here
27
		--target=${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.c ${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.xml
27
		--target=${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.c ${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.xml
28
28
29
BUILT_SOURCES += \
29
BUILT_SOURCES += \
30
	DerivedSources/WebInspectorUI/$(am__dirstamp) \
30
	DerivedSources/WebInspectorUI/GResourceBundle.xml
31
	DerivedSources/WebInspectorUI/GResourceBundle.xml
31
32
32
webcore_built_sources += \
33
webcore_built_sources += \
34
	DerivedSources/WebInspectorUI/$(am__dirstamp) \
33
	DerivedSources/WebInspectorUI/GResourceBundle.c
35
	DerivedSources/WebInspectorUI/GResourceBundle.c
34
36
35
EXTRA_DIST += \
37
EXTRA_DIST += \
(-)webkitgtk-2.2.4.org/Source/WebKit/gtk/GNUmakefile.am (+1 lines)
Lines 176-181 Link Here
176
# webkitenumtypes.{h,cpp} cannot be in webkitgtk_built_h_api, because
176
# webkitenumtypes.{h,cpp} cannot be in webkitgtk_built_h_api, because
177
# the rule that builds it depends on webkitgtk_built_h_api (circular dependency).
177
# the rule that builds it depends on webkitgtk_built_h_api (circular dependency).
178
webkitgtk_built_sources += \
178
webkitgtk_built_sources += \
179
	DerivedSources/webkit/$(am__dirstamp) \
179
	DerivedSources/webkit/webkitenumtypes.cpp \
180
	DerivedSources/webkit/webkitenumtypes.cpp \
180
	DerivedSources/webkit/webkitenumtypes.h \
181
	DerivedSources/webkit/webkitenumtypes.h \
181
	DerivedSources/webkit/webkitmarshal.cpp \
182
	DerivedSources/webkit/webkitmarshal.cpp \
(-)webkitgtk-2.2.4.org/Tools/GNUmakefile.am (+1 lines)
Lines 64-69 Link Here
64
	Source/WebCore/testing/js/WebCoreTestSupport.h
64
	Source/WebCore/testing/js/WebCoreTestSupport.h
65
65
66
libwebcoreinternals_built_sources += \
66
libwebcoreinternals_built_sources += \
67
	DerivedSources/WebCore/$(am__dirstamp) \
67
	DerivedSources/WebCore/InternalSettingsGenerated.cpp \
68
	DerivedSources/WebCore/InternalSettingsGenerated.cpp \
68
	DerivedSources/WebCore/InternalSettingsGenerated.h   \
69
	DerivedSources/WebCore/InternalSettingsGenerated.h   \
69
	DerivedSources/WebCore/JSMallocStatistics.cpp \
70
	DerivedSources/WebCore/JSMallocStatistics.cpp \
(-)webkitgtk-2.2.4.org/Tools/MiniBrowser/gtk/GNUmakefile.am (+1 lines)
Lines 30-35 Link Here
30
	Tools/MiniBrowser/gtk/main.c
30
	Tools/MiniBrowser/gtk/main.c
31
31
32
minibrowser_built_sources += \
32
minibrowser_built_sources += \
33
	DerivedSources/WebKit2/$(am__dirstamp) \
33
	DerivedSources/WebKit2/BrowserMarshal.h \
34
	DerivedSources/WebKit2/BrowserMarshal.h \
34
	DerivedSources/WebKit2/BrowserMarshal.c
35
	DerivedSources/WebKit2/BrowserMarshal.c
35
nodist_Programs_MiniBrowser_SOURCES = \
36
nodist_Programs_MiniBrowser_SOURCES = \
(-)webkitgtk-2.2.4.org/Tools/WebKitTestRunner/GNUmakefile.am (+1 lines)
Lines 71-76 Link Here
71
endif
71
endif
72
72
73
webkittestrunner_built_sources += \
73
webkittestrunner_built_sources += \
74
	DerivedSources/InjectedBundle/$(am__dirstamp) \
74
	DerivedSources/InjectedBundle/JSAccessibilityController.cpp \
75
	DerivedSources/InjectedBundle/JSAccessibilityController.cpp \
75
	DerivedSources/InjectedBundle/JSAccessibilityTextMarker.cpp \
76
	DerivedSources/InjectedBundle/JSAccessibilityTextMarker.cpp \
76
	DerivedSources/InjectedBundle/JSAccessibilityTextMarkerRange.cpp \
77
	DerivedSources/InjectedBundle/JSAccessibilityTextMarkerRange.cpp \

Return to bug 500230