diff options
author | hans <hans@pkgsrc.org> | 2011-09-14 17:19:18 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-09-14 17:19:18 +0000 |
commit | b0b10142f999d87f01eaca70c8421265c4123ee3 (patch) | |
tree | 66e86d8c0a184d634b1b03fa70a2d3b390328cb3 /math/py-rpy | |
parent | 74380a66001f3fb63139fb0a29022ba4334b8c8c (diff) | |
download | pkgsrc-b0b10142f999d87f01eaca70c8421265c4123ee3.tar.gz |
Fix build on SunOS.
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" |