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

Unified Diff: ports/mesa/nacl.patch

Issue 1882443002: Fix ports to pass generic options which work with new and old drivers (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 8 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 | « ports/leveldb/nacl.patch ('k') | ports/speex/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/mesa/nacl.patch
diff --git a/ports/mesa/nacl.patch b/ports/mesa/nacl.patch
index 00d7a615d4b96a78c23fe955eb9abdf1d34e4e0b..dd476f2dc52d98d3dc21ffbde4cfb71d9e680f2a 100644
--- a/ports/mesa/nacl.patch
+++ b/ports/mesa/nacl.patch
@@ -41,15 +41,17 @@ diff --git a/bin/mklib b/bin/mklib
fi
fi
-@@ -271,7 +276,7 @@ case $ARCH in
+@@ -271,8 +276,8 @@ case $ARCH in
elif [ $STATIC = 1 ] ; then
LIBNAME="lib${LIBNAME}.a" # prefix with "lib", suffix with ".a"
echo "mklib: Making" $ARCH "static library: " ${LIBNAME}
- LINK="ar"
+- OPTS="-ru"
+ LINK=${AR} # "ar"
- OPTS="-ru"
++ OPTS="ru"
if [ "${ALTOPTS}" ] ; then
OPTS=${ALTOPTS}
+ fi
@@ -285,8 +290,8 @@ case $ARCH in
case $OBJ in
*.a)
« no previous file with comments | « ports/leveldb/nacl.patch ('k') | ports/speex/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698