| Index: ports/python_modules/matplotlib/build.sh
|
| diff --git a/ports/python_modules/matplotlib/build.sh b/ports/python_modules/matplotlib/build.sh
|
| index 2477013bb9aa56c83e02717e248b8ddaf89d3c2d..69c026c81b12103d418149823f4b7ec790b6328d 100644
|
| --- a/ports/python_modules/matplotlib/build.sh
|
| +++ b/ports/python_modules/matplotlib/build.sh
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +NACLPORTS_CPPFLAGS+=" ${NACL_EXCEPTIONS_FLAG}"
|
| BuildStep() {
|
| NACLPORTS_CFLAGS+=" -fexceptions"
|
| DefaultPythonModuleBuildStep
|
|
|