Gitweb links:

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

The branch, master has been updated
       via  d8dd2e245704144bae938497643d9d8bc828ebf0 (commit)
      from  1de0ebf2e50603859ec18cfd94472b3041d381e8 (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=d8dd2e245704144bae938497643d9d8bc828ebf0
commit d8dd2e245704144bae938497643d9d8bc828ebf0
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>

    env: add m68k-unknown-amigaos

diff --git a/Docs/env.sh b/Docs/env.sh
index b0a30c8..a1253f0 100644
--- a/Docs/env.sh
+++ b/Docs/env.sh
@@ -128,6 +128,12 @@ case "${HOST}" in
         # default additional internal libraries
         NS_FRONTEND_LIBS="libsvgtiny"
         ;;
+    m68k-unknown-amigaos)
+        # default tools required to build the browser
+        NS_TOOLS="nsgenbind"
+        # default additional internal libraries
+        NS_FRONTEND_LIBS="libsvgtiny"
+        ;;
     *-unknown-freebsd*)
         # tools required to build the browser for freebsd
         NS_TOOLS=""


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

Summary of changes:
 Docs/env.sh |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Docs/env.sh b/Docs/env.sh
index b0a30c8..a1253f0 100644
--- a/Docs/env.sh
+++ b/Docs/env.sh
@@ -128,6 +128,12 @@ case "${HOST}" in
         # default additional internal libraries
         NS_FRONTEND_LIBS="libsvgtiny"
         ;;
+    m68k-unknown-amigaos)
+        # default tools required to build the browser
+        NS_TOOLS="nsgenbind"
+        # default additional internal libraries
+        NS_FRONTEND_LIBS="libsvgtiny"
+        ;;
     *-unknown-freebsd*)
         # tools required to build the browser for freebsd
         NS_TOOLS=""


-- 
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