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

Unified Diff: ports/r/build.sh

Issue 495183003: Adding R port. Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: merge Created 6 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
« no previous file with comments | « build_tools/common.sh ('k') | ports/r/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/r/build.sh
diff --git a/ports/xeyes/build.sh b/ports/r/build.sh
similarity index 69%
copy from ports/xeyes/build.sh
copy to ports/r/build.sh
index 7b3717a9ce48a0b72dd4f0d8e070764e322c32be..8c30b8076130670f3c23bd220f3f0cff9bda4554 100755
--- a/ports/xeyes/build.sh
+++ b/ports/r/build.sh
@@ -5,15 +5,14 @@
NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-export LIBS+=" -lSM -lICE -lxcb -lXau \
+MAKE_TARGETS=R
+
+EXTRA_CONFIGURE_ARGS+=" --with-x"
+
+export LIBS+=" -lncurses \
-Wl,--undefined=nacl_main ${NACL_CLI_MAIN_LIB} \
-lppapi_simple -lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
-if [ "${NACL_LIBC}" = "newlib" ]; then
- NACLPORTS_CPPFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat"
- LIBS+=" -lglibc-compat"
-fi
-
InstallStep() {
PublishByArchForDevEnv
}
« no previous file with comments | « build_tools/common.sh ('k') | ports/r/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698