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

Unified Diff: libraries/libtheora-1.1.1/nacl-libtheora-1.1.1.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/jsoncpp-0.5.0/nacl-jsoncpp-0.5.0.sh ('k') | libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/libtheora-1.1.1/nacl-libtheora-1.1.1.sh
diff --git a/libraries/libtheora-1.1.1/nacl-libtheora-1.1.1.sh b/libraries/libtheora-1.1.1/nacl-libtheora-1.1.1.sh
index 76d300c318938ab11612ff0f1e19ac8443432925..a972066b92333b203d716951f1807a3e29690eb1 100755
--- a/libraries/libtheora-1.1.1/nacl-libtheora-1.1.1.sh
+++ b/libraries/libtheora-1.1.1/nacl-libtheora-1.1.1.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};
# Turn off doxygen (it doesn't exist on Mac & Linux, and has an error on
# Windows).
@@ -34,10 +34,10 @@ CustomConfigureStep() {
../configure \
--host=nacl \
--disable-shared \
- --prefix=${NACL_SDK_USR} \
- --exec-prefix=${NACL_SDK_USR} \
- --libdir=${NACL_SDK_USR_LIB} \
- --oldincludedir=${NACL_SDK_USR_INCLUDE} \
+ --prefix=${NACLPORTS_PREFIX} \
+ --exec-prefix=${NACLPORTS_PREFIX} \
+ --libdir=${NACLPORTS_LIBDIR} \
+ --oldincludedir=${NACLPORTS_INCLUDE} \
--disable-examples \
--disable-sdltest \
--with-http=off \
« no previous file with comments | « libraries/jsoncpp-0.5.0/nacl-jsoncpp-0.5.0.sh ('k') | libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698