| Index: ports/gimp/build.sh
|
| diff --git a/ports/gimp/build.sh b/ports/gimp/build.sh
|
| index 35b2a4af3c0fcc5e705ef5709ae567014832da41..d24f68874c01fb91bab0828b4995eaf67712e27d 100644
|
| --- a/ports/gimp/build.sh
|
| +++ b/ports/gimp/build.sh
|
| @@ -5,9 +5,7 @@
|
| ConfigureStep() {
|
| EXTRA_CONFIGURE_ARGS+=" --disable-python --without-dbus --without-webkit"
|
| EXTRA_CONFIGURE_ARGS+=" --with-gnu-ld"
|
| - NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
| - NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
|
| -
|
| + EnableCliMain
|
| DefaultConfigureStep
|
| }
|
|
|
|
|