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

Unified Diff: libraries/freetype-2.1.10/nacl-freetype-2.1.10.sh

Issue 11885025: Allow re-targeting of naclports install (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: 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
Index: libraries/freetype-2.1.10/nacl-freetype-2.1.10.sh
diff --git a/libraries/freetype-2.1.10/nacl-freetype-2.1.10.sh b/libraries/freetype-2.1.10/nacl-freetype-2.1.10.sh
index 23509413bcf7c0eac6aed034512864ad2c2c1b4f..263748f95fa2eb570a8fcd5d78da6256b59a084b 100755
--- a/libraries/freetype-2.1.10/nacl-freetype-2.1.10.sh
+++ b/libraries/freetype-2.1.10/nacl-freetype-2.1.10.sh
@@ -22,9 +22,9 @@ CustomInstallStep() {
# do the regular make install
make install
# move freetype up a directory so #include <freetype/freetype.h> works...
- Remove ${NACL_SDK_USR_INCLUDE}/freetype
- cp -R ${NACL_SDK_USR_INCLUDE}/freetype2/freetype ${NACL_SDK_USR_INCLUDE}/.
- Remove ${NACL_SDK_USR_INCLUDE}/freetype2
+ Remove ${NACLPORTS_INCLUDE}/freetype
+ cp -R ${NACLPORTS_INCLUDE}/freetype2/freetype ${NACLPORTS_INCLUDE}/.
+ Remove ${NACLPORTS_INCLUDE}/freetype2
DefaultTouchStep
}

Powered by Google App Engine
This is Rietveld 408576698