| Index: ports/gdk-pixbuf/build.sh
|
| diff --git a/ports/gdk-pixbuf/build.sh b/ports/gdk-pixbuf/build.sh
|
| index c1db17c059c224a2096ba8b33be8cfc4ed3f9cc0..e43a40a9749069e57da513cface276cdaf2c5697 100644
|
| --- a/ports/gdk-pixbuf/build.sh
|
| +++ b/ports/gdk-pixbuf/build.sh
|
| @@ -5,19 +5,8 @@
|
| ConfigureStep() {
|
| NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
| NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
|
| -
|
| EXTRA_CONFIGURE_ARGS+=" --with-x11"
|
|
|
| export gio_can_sniff=no
|
| -
|
| DefaultConfigureStep
|
| }
|
| -
|
| -PublishStep() {
|
| - if [ "${NACL_LIBC}" = "glibc" ]; then
|
| - export PUBLISH_CREATE_NMF_ARGS="-L ${NACLPORTS_LIBDIR}/../lib64\
|
| - -L ${NACLPORTS_LIBDIR}/../lib32 -L ${DESTDIR_LIB}"
|
| - fi
|
| -
|
| - PublishByArchForDevEnv
|
| -}
|
|
|