| Index: ports/xeyes/build.sh
|
| diff --git a/ports/xeyes/build.sh b/ports/xeyes/build.sh
|
| index 829bc9251467bb0b7863e4756ef74b0684608576..270be2271018a1502449eda424349e095553c9f8 100644
|
| --- a/ports/xeyes/build.sh
|
| +++ b/ports/xeyes/build.sh
|
| @@ -2,8 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
| -
|
| -export LIBS="-lSM -lICE -lxcb -lXau ${NACL_CLI_MAIN_LIB}"
|
| +NACLPORTS_LIBS="-lSM -lICE -lxcb -lXau"
|
|
|
| +EnableCliMain
|
| EnableGlibcCompat
|
|
|