Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/d3b88090204682944e5148ee008e8df08c587f97
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/d3b88090204682944e5148ee008e8df08c587f97
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/d3b88090204682944e5148ee008e8df08c587f97

The branch, master has been updated
       via  d3b88090204682944e5148ee008e8df08c587f97 (commit)
      from  0a9b28d3e079dbc81c5cd110d5759f5d73d8555b (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/netsurf.git/commitdiff/d3b88090204682944e5148ee008e8df08c587f97
commit d3b88090204682944e5148ee008e8df08c587f97
Author: Vincent Sanders <vi...@netsurf-browser.org>
Commit: Vincent Sanders <vi...@netsurf-browser.org>

    add libdom

diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target
index 0fea501..b3ababd 100644
--- a/cocoa/Makefile.target
+++ b/cocoa/Makefile.target
@@ -5,7 +5,7 @@
   POSTEXES += NetSurf.app
 
   LDFLAGS += -L/usr/lib
-  LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libhubbub libcss)
+  LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libhubbub libcss libdom)
   LDFLAGS += -L/usr/X11/lib
   LDFLAGS += -lm -lxml2 -lcurl -liconv
   LDFLAGS += -lssl -lcrypto
@@ -16,7 +16,7 @@
 
   CFLAGS += -g -Os -Wno-uninitialized
 
-  CFLAGS += $(shell $(PKG_CONFIG) --cflags libxml-2.0 libhubbub libcss)
+  CFLAGS += $(shell $(PKG_CONFIG) --cflags libxml-2.0 libhubbub libcss libdom)
 
   # shut up zconf.h and zlib.h
   #CFLAGS += -D_LARGEFILE64_SOURCE=1


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

Summary of changes:
 cocoa/Makefile.target |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target
index 0fea501..b3ababd 100644
--- a/cocoa/Makefile.target
+++ b/cocoa/Makefile.target
@@ -5,7 +5,7 @@
   POSTEXES += NetSurf.app
 
   LDFLAGS += -L/usr/lib
-  LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libhubbub libcss)
+  LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libhubbub libcss libdom)
   LDFLAGS += -L/usr/X11/lib
   LDFLAGS += -lm -lxml2 -lcurl -liconv
   LDFLAGS += -lssl -lcrypto
@@ -16,7 +16,7 @@
 
   CFLAGS += -g -Os -Wno-uninitialized
 
-  CFLAGS += $(shell $(PKG_CONFIG) --cflags libxml-2.0 libhubbub libcss)
+  CFLAGS += $(shell $(PKG_CONFIG) --cflags libxml-2.0 libhubbub libcss libdom)
 
   # shut up zconf.h and zlib.h
   #CFLAGS += -D_LARGEFILE64_SOURCE=1


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
netsurf-commits@netsurf-browser.org
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to