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

Unified Diff: libraries/FreeImage-3.14.1/nacl-FreeImage-3.14.1.patch

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
Index: libraries/FreeImage-3.14.1/nacl-FreeImage-3.14.1.patch
diff --git a/libraries/FreeImage-3.14.1/nacl-FreeImage-3.14.1.patch b/libraries/FreeImage-3.14.1/nacl-FreeImage-3.14.1.patch
index d6af4e7116ad30ce6f93fd018641994ce6a09ec0..f7741fcc1e3d36ffe4bc3b4e0e387d1db538e209 100644
--- a/libraries/FreeImage-3.14.1/nacl-FreeImage-3.14.1.patch
+++ b/libraries/FreeImage-3.14.1/nacl-FreeImage-3.14.1.patch
@@ -30,8 +30,8 @@ diff -bNaur FreeImage/Makefile.nacl FreeImage-nacl/Makefile.nacl
+include Makefile.srcs
+
+# General configuration variables:
-+INCDIR ?= $(NACL_SDK_USR_INCLUDE)
-+INSTALLDIR ?= $(NACL_SDK_USR_LIB)
++INCDIR ?= $(NACLPORTS_INCLUDE)
++INSTALLDIR ?= $(NACLPORTS_LIBDIR)
+
+# Converts cr/lf to just lf
+DOS2UNIX = dos2unix
« no previous file with comments | « examples/tools/thttpd-2.25b/nacl-thttpd-2.25b.sh ('k') | libraries/FreeImage-3.14.1/nacl-FreeImage-3.14.1.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698