diff options
Diffstat (limited to 'math/py-rpy')
-rw-r--r-- | math/py-rpy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index d608a09e0b5..e9c1fa19abe 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2011/06/29 21:18:08 alnsn Exp $ +# $NetBSD: Makefile,v 1.29 2011/09/14 17:19:18 hans Exp $ # DISTNAME= rpy2-2.1.3 @@ -18,6 +18,8 @@ USE_LANGUAGES+= c fortran77 BUILDLINK_API_DEPENDS.R+= R>=2.11.0 +LDFLAGS.SunOS+= -mimpure-text + .include "../../lang/python/extension.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../math/R/buildlink3.mk" |