Gitweb links:

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

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

    env.sh: nsgenbind is needed

diff --git a/docs/env.sh b/docs/env.sh
index 0a873cc6e..d2f8f2194 100644
--- a/docs/env.sh
+++ b/docs/env.sh
@@ -370,7 +370,7 @@ case "$BUILD_TARGET" in
                 ;;
             *-atari-mint)
                 # tools required to build the browser for atari
-                NS_TOOLS=""
+                NS_TOOLS="nsgenbind"
                 # libraries required for the atari frontend
                 NS_FRONTEND_LIBS=""
                 ;;


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

Summary of changes:
 docs/env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/env.sh b/docs/env.sh
index 0a873cc6e..d2f8f2194 100644
--- a/docs/env.sh
+++ b/docs/env.sh
@@ -370,7 +370,7 @@ case "$BUILD_TARGET" in
                 ;;
             *-atari-mint)
                 # tools required to build the browser for atari
-                NS_TOOLS=""
+                NS_TOOLS="nsgenbind"
                 # libraries required for the atari frontend
                 NS_FRONTEND_LIBS=""
                 ;;


-- 
NetSurf Browser

Reply via email to