Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1396)

Unified Diff: ports/gdk-pixbuf/build.sh

Issue 1285953002: Switch devenv to use pkg packages (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@toolchain_install
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-}

Powered by Google App Engine
This is Rietveld 408576698