From 3317196d9068c70ce35a18561a657e6e0bfde8cb Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Thu, 11 Dec 2014 13:00:44 +0000 Subject: - 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 --- math/py-numpy/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/py-numpy/Makefile') 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 \ -- cgit