| Index: ports/gforth/build.sh
|
| diff --git a/ports/gforth/build.sh b/ports/gforth/build.sh
|
| index 57b20c154136d2029d100a04db254f1d2302b88b..8aa23f77cea96ff56cb000660635955788d966cb 100644
|
| --- a/ports/gforth/build.sh
|
| +++ b/ports/gforth/build.sh
|
| @@ -12,6 +12,8 @@ HOST_INSTALL_DIR=${WORK_DIR}/install_host
|
| EXECUTABLES="gforth-ditc${NACL_EXEEXT}"
|
| MAKE_TARGETS="${EXECUTABLES}"
|
|
|
| +EnableCliMain
|
| +
|
| BuildHostGforth() {
|
| MakeDir ${HOST_BUILD_DIR}
|
| ChangeDir ${HOST_BUILD_DIR}
|
| @@ -27,9 +29,6 @@ ConfigureStep() {
|
| BuildHostGforth
|
| export PATH="${HOST_INSTALL_DIR}/bin:${PATH}"
|
| export skipcode=no
|
| - NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
| - export LIBS+=" -Wl,--undefined=nacl_main ${NACL_CLI_MAIN_LIB} \
|
| - -ltar -lppapi_simple -lnacl_io -lppapi -l${NACL_CXX_LIB}"
|
| EnableGlibcCompat
|
| ChangeDir ${BUILD_DIR}
|
| EXTRA_CONFIGURE_ARGS="--without-check"
|
|
|