From 9ea03fff7715379dcc8e59d4cf56100c60804a1b Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 14 Sep 2011 17:19:18 +0000 Subject: Fix build on SunOS. --- math/py-rpy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/py-rpy/Makefile') 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" -- cgit v1.2.3