diff options
author | Diane Bruce <db@FreeBSD.org> | 2014-12-11 21:00:44 +0800 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2014-12-11 21:00:44 +0800 |
commit | 3317196d9068c70ce35a18561a657e6e0bfde8cb (patch) | |
tree | 6ecbc07584ae82b05cb5ec53c908d401a5849818 /math/py-numpy/Makefile | |
parent | d4450689d9c92111d594075c55a32c9708f89eef (diff) | |
download | freebsd-ports-gnome-3317196d9068c70ce35a18561a657e6e0bfde8cb.tar.gz freebsd-ports-gnome-3317196d9068c70ce35a18561a657e6e0bfde8cb.tar.zst freebsd-ports-gnome-3317196d9068c70ce35a18561a657e6e0bfde8cb.zip |
- Tiny fix to f2py2e.py to allow it to deal with -fstack-protector flag
as without this fix, f2py will attempt to compile -fstack-protector
Submitted by: db
Reviewed by: wg
Approved by: wg
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r-- | math/py-numpy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 12a19b39f32a..dbf3a3a4990d 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -3,6 +3,7 @@ PORTNAME= numpy PORTVERSION= 1.9.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://docs.scipy.org/doc/${PORTNAME}/:doc \ |