| Index: ports/harfbuzz/build.sh
|
| diff --git a/ports/harfbuzz/build.sh b/ports/harfbuzz/build.sh
|
| index 89a21165373e5f87fb024d5c238c9a62e2d90650..c1f1440fb01ba477b14155ac46fa5068197e3cf8 100644
|
| --- a/ports/harfbuzz/build.sh
|
| +++ b/ports/harfbuzz/build.sh
|
| @@ -4,7 +4,6 @@
|
|
|
| EXECUTABLES="util/hb-shape${NACL_EXEEXT}\
|
| util/hb-ot-shape-closure${NACL_EXEEXT}"
|
| -NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
| -NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
|
| +EnableCliMain
|
|
|
| EXTRA_CONFIGURE_ARGS+=" --with-gobject --without-icu"
|
|
|