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 1de04625c37eaa0dd2144d547c82b3dd27d58dc2..33aa4d389b1b327bcb83ebab53646437a40c86cf 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 |
@@ -25,8 +25,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). |
@@ -38,10 +38,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 \ |