Subject: CVS commit: pkgsrc/math/py-scipy
From: Havard Eidnes
Date: 2017-08-22 23:37:28
Message id: 20170822213728.19EB8FA82@cvs.NetBSD.org

Log Message:
Add a patch which fixes an obviously bogus preprocessor conditional;
in our case, __STDC_VERSION__ isn't defined when built as C++.
The fix isn't completeely right, it insists on <fenv.h> if built as C++.
Not entirely unreasonable, and makes this build on NetBSD/powerpc as well,
which doesn't like the redefinition of fegetround() and fesetround().
Bump PKGREVISION.

Files:
RevisionActionfile
1.26modifypkgsrc/math/py-scipy/Makefile
1.13modifypkgsrc/math/py-scipy/distinfo
1.1addpkgsrc/math/py-scipy/patches/patch-scipy_special___round.h