summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-09-14 17:19:18 +0000
committerhans <hans@pkgsrc.org>2011-09-14 17:19:18 +0000
commitb0b10142f999d87f01eaca70c8421265c4123ee3 (patch)
tree66e86d8c0a184d634b1b03fa70a2d3b390328cb3 /math
parent74380a66001f3fb63139fb0a29022ba4334b8c8c (diff)
downloadpkgsrc-b0b10142f999d87f01eaca70c8421265c4123ee3.tar.gz
Fix build on SunOS.
Diffstat (limited to 'math')
-rw-r--r--math/py-rpy/Makefile4
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"