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

Unified Diff: ports/speex/build.sh

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/mesa/nacl.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/speex/build.sh
diff --git a/ports/speex/build.sh b/ports/speex/build.sh
new file mode 100644
index 0000000000000000000000000000000000000000..3a5664ddf2fcab8fd296d700d14b345ac30fc241
--- /dev/null
+++ b/ports/speex/build.sh
@@ -0,0 +1,14 @@
+# Copyright (c) 2016 The Native Client Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+BuildStep() {
+ export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
+ export CXXFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CXXFLAGS}"
+}
+
+
+InstallStep() {
+ export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
+ export CXXFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CXXFLAGS}"
+}
« no previous file with comments | « ports/mesa/nacl.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698