Gitweb links:

...log 
http://git.netsurf-browser.org/libsvgtiny.git/shortlog/8d7ead2dea72c1b60dab316da7069467c62ea95d
...commit 
http://git.netsurf-browser.org/libsvgtiny.git/commit/8d7ead2dea72c1b60dab316da7069467c62ea95d
...tree 
http://git.netsurf-browser.org/libsvgtiny.git/tree/8d7ead2dea72c1b60dab316da7069467c62ea95d

The branch, master has been updated
       via  8d7ead2dea72c1b60dab316da7069467c62ea95d (commit)
      from  4390f1c84e8fee51fc22468821e6fc158e783053 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libsvgtiny.git/commit/?id=8d7ead2dea72c1b60dab316da7069467c62ea95d
commit 8d7ead2dea72c1b60dab316da7069467c62ea95d
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Buildsystem: Squash "no previous declaration for 'svgtiny_color_lookup'"

diff --git a/src/Makefile b/src/Makefile
index fb8a72f..ff4eaf4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,6 +6,8 @@ SOURCES := $(SOURCES)
 $(DIR)autogenerated_colors.c: src/colors.gperf
        $(VQ)$(ECHO) "   GPERF: $<"
        $(Q)gperf --output-file=$@ $<
+# Squash "error: no previous declaration for 'svgtiny_color_lookup'"
+       $(Q)$(SED) -i 's/^\(const struct svgtiny_named_color\)/static \1/' $@
 
 PRE_TARGETS := $(DIR)autogenerated_colors.c
 


-----------------------------------------------------------------------

Summary of changes:
 src/Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Makefile b/src/Makefile
index fb8a72f..ff4eaf4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,6 +6,8 @@ SOURCES := $(SOURCES)
 $(DIR)autogenerated_colors.c: src/colors.gperf
        $(VQ)$(ECHO) "   GPERF: $<"
        $(Q)gperf --output-file=$@ $<
+# Squash "error: no previous declaration for 'svgtiny_color_lookup'"
+       $(Q)$(SED) -i 's/^\(const struct svgtiny_named_color\)/static \1/' $@
 
 PRE_TARGETS := $(DIR)autogenerated_colors.c
 


-- 
NetSurf SVG decoder

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to