Gitweb links:

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

The branch, chris/quant has been updated
       via  ae015c0a5bc4bfe140b8a5ba8c979bdc40e02375 (commit)
      from  4a386f81b6feb50c15d28047a6e1379fe5d7fadf (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/commit/?id=ae015c0a5bc4bfe140b8a5ba8c979bdc40e02375
commit ae015c0a5bc4bfe140b8a5ba8c979bdc40e02375
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Fix OS3 build

diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index f3368be..008bc2a 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -53,7 +53,7 @@ else
   LDFLAGS += -lpbl -liconv -limagequant
 
   ifeq ($(SUBTARGET),os3)
-    LDFLAGS += -lamiga
+    LDFLAGS += -lamiga -lm
   endif
 endif
 


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

Summary of changes:
 amiga/Makefile.target |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index f3368be..008bc2a 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -53,7 +53,7 @@ else
   LDFLAGS += -lpbl -liconv -limagequant
 
   ifeq ($(SUBTARGET),os3)
-    LDFLAGS += -lamiga
+    LDFLAGS += -lamiga -lm
   endif
 endif
 


-- 
NetSurf Browser

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

Reply via email to