| Index: examples/graphics/xaos/nacl-xaos.sh
|
| diff --git a/examples/graphics/xaos/nacl-xaos.sh b/examples/graphics/xaos/nacl-xaos.sh
|
| index d1d3535915c030fc6b1b8b4654c3b92074685687..471a0b6f23e227a8a4783b3d682870613a5b65a0 100755
|
| --- a/examples/graphics/xaos/nacl-xaos.sh
|
| +++ b/examples/graphics/xaos/nacl-xaos.sh
|
| @@ -51,10 +51,10 @@ CustomConfigureStep() {
|
| fi
|
| export AR=${NACLAR}
|
| export RANLIB=${NACLRANLIB}
|
| - export PKG_CONFIG_PATH=${NACL_SDK_USR_LIB}/pkgconfig
|
| - export PKG_CONFIG_LIBDIR=${NACL_SDK_USR_LIB}
|
| + export PKG_CONFIG_PATH=${NACLPORTS_LIBDIR}/pkgconfig
|
| + export PKG_CONFIG_LIBDIR=${NACLPORTS_LIBDIR}
|
|
|
| - export LIBS="-L${NACL_SDK_USR_LIB} -lppapi -lpthread -lstdc++ -lm -lnosys"
|
| + export LIBS="-L${NACLPORTS_LIBDIR} -lppapi -lpthread -lstdc++ -lm -lnosys"
|
|
|
| CONFIG_FLAGS="--with-png=no \
|
| --with-long-double=no \
|
|
|