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

Unified Diff: libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh

Issue 11885025: Allow re-targeting of naclports install (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: rebase Created 7 years, 11 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 | « libraries/tinyxml/nacl-tinyxml.sh ('k') | libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh
diff --git a/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh b/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh
index 643ee4444b9159a50a0846e2d3a9bae7c34f36a0..ab29148a36648bcf53f82257181b7850fa876b30 100755
--- a/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh
+++ b/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh
@@ -21,8 +21,8 @@ CustomConfigureStep() {
export CXX=${NACLCXX}
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 PATH=${NACL_BIN_PATH}:${PATH};
ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
@@ -37,9 +37,9 @@ CustomConfigureStep() {
--cross-prefix=${NACL_CROSS_PREFIX} \
--disable-asm \
--disable-pthread \
- --prefix=${NACL_SDK_USR} \
- --exec-prefix=${NACL_SDK_USR} \
- --libdir=${NACL_SDK_USR_LIB} \
+ --prefix=${NACLPORTS_PREFIX} \
+ --exec-prefix=${NACLPORTS_PREFIX} \
+ --libdir=${NACLPORTS_LIBDIR} \
--extra-ldflags='-lnosys -lm' \
--host=${naclhost}"
@@ -47,9 +47,9 @@ CustomConfigureStep() {
--cross-prefix=${NACL_CROSS_PREFIX} \
--disable-asm \
--disable-pthread \
- --prefix=${NACL_SDK_USR} \
- --exec-prefix=${NACL_SDK_USR} \
- --libdir=${NACL_SDK_USR_LIB} \
+ --prefix=${NACLPORTS_PREFIX} \
+ --exec-prefix=${NACLPORTS_PREFIX} \
+ --libdir=${NACLPORTS_LIBDIR} \
--extra-ldflags="-lnosys -lm" \
--host=${naclhost}
}
« no previous file with comments | « libraries/tinyxml/nacl-tinyxml.sh ('k') | libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698