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

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: 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/fontconfig-2.7.3/nacl-fontconfig-2.7.3.sh ('k') | libraries/gc6.8/nacl-gc6.8.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8d4a2547a04a32935739ac0825eb7733233dfb36..a249c58eb99945662021e28b9ed3d72da6e2296b 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
@@ -18,9 +18,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
}
« no previous file with comments | « libraries/fontconfig-2.7.3/nacl-fontconfig-2.7.3.sh ('k') | libraries/gc6.8/nacl-gc6.8.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698