| Index: ports/gtk+/build.sh
|
| diff --git a/ports/gtk+/build.sh b/ports/gtk+/build.sh
|
| index 09b13c908d95f655e131719df7b321da0f051362..7018b53c0611ea549fd08f72977055abc592956d 100644
|
| --- a/ports/gtk+/build.sh
|
| +++ b/ports/gtk+/build.sh
|
| @@ -9,12 +9,11 @@ ConfigureStep() {
|
| fi
|
|
|
| EnableGlibcCompat
|
| + EnableCliMain
|
|
|
| EXTRA_CONFIGURE_ARGS+=" --disable-shm --enable-explicit-deps --disable-cups \
|
| --enable-gtk-doc-html=no"
|
|
|
| - NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main -pthread"
|
| - NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
|
| export enable_gtk_doc=no
|
|
|
| DefaultConfigureStep
|
|
|