diff options
author | fhajny <fhajny> | 2012-08-14 20:20:55 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2012-08-14 20:20:55 +0000 |
commit | d73b1779d8534f93c2e0585e9397ffa7ce1d5c42 (patch) | |
tree | ad173900c75b3a2f3a22288de3615672344457b0 /math/py-scipy | |
parent | 06c8875c6ead5cae283cdfc82bb259d813141c3b (diff) | |
download | pkgsrc-d73b1779d8534f93c2e0585e9397ffa7ce1d5c42.tar.gz |
Fortran objects need -fPIC handling (fixes at least SmartOS)
Diffstat (limited to 'math/py-scipy')
-rw-r--r-- | math/py-scipy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 095b24e48f7..258ed4fd68a 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/12/22 16:32:04 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2012/08/14 20:20:55 fhajny Exp $ DISTNAME= scipy-0.7.2 PKGNAME= ${PYPKGPREFIX}-scipy-0.7.2 @@ -29,6 +29,7 @@ BROKEN= Requires fortran 95 .endif CPPFLAGS+= -D__STDC_FORMAT_MACROS +FFLAGS+= -fPIC .include "../../lang/python/extension.mk" .include "../../math/fftw/buildlink3.mk" |