| Index: ports/fvwm/build.sh
|
| diff --git a/ports/fvwm/build.sh b/ports/fvwm/build.sh
|
| index 62ad297c7c1c5f54fd148c2c639de8b60bd9c129..15ebe77cb216b6912358a62f0d3a5f0c0240fe30 100644
|
| --- a/ports/fvwm/build.sh
|
| +++ b/ports/fvwm/build.sh
|
| @@ -9,8 +9,6 @@ EXTRA_CONFIGURE_ARGS+=" --with-bidi=no"
|
| EXTRA_CONFIGURE_ARGS+=" --with-gnome=no"
|
| EXTRA_CONFIGURE_ARGS+=" --disable-shm"
|
|
|
| -NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
| -
|
| export ac_cv_func_setpgrp_void=no
|
|
|
| EXECUTABLES="\
|
| @@ -46,8 +44,9 @@ EXECUTABLES="\
|
| bin/fvwm-root${NACL_EXEEXT}"
|
|
|
| NACLPORTS_LIBS+="\
|
| - -lXext -lXmu -lSM -lICE -lXt -lX11 -lxcb -lXau -lm ${NACL_CLI_MAIN_LIB}"
|
| + -lXext -lXmu -lSM -lICE -lXt -lX11 -lxcb -lXau -lm"
|
|
|
| +EnableCliMain
|
| EnableGlibcCompat
|
|
|
| if [ "${TOOLCHAIN}" = "pnacl" ]; then
|
|
|