summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-03-13 11:08:49 +0000
committerjperkin <jperkin@pkgsrc.org>2014-03-13 11:08:49 +0000
commit8429be58d4dd33dfc5e94ee69bbfba5a484851cb (patch)
tree1c699ba1dd234c6ee43e2b178e217734fa130ad6 /math
parent070d23eb3b8f4306f27bb48f0221010015ef7669 (diff)
downloadpkgsrc-8429be58d4dd33dfc5e94ee69bbfba5a484851cb.tar.gz
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile4
-rw-r--r--math/ruby-gsl/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 2a0caeb933e..f09161e031e 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2014/02/17 17:11:07 jperkin Exp $
+# $NetBSD: Makefile,v 1.146 2014/03/13 11:08:51 jperkin Exp $
DISTNAME= R-3.0.2
CATEGORIES= math
@@ -15,6 +15,8 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
PKG_INSTALLATION_TYPES= overwrite pkgviews
+USE_GCC_RUNTIME= yes
+
BUILD_TARGET= all info
INSTALL_TARGET= install install-info
TEST_TARGET= check
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index b4f7dd93b5c..6c0ce10758c 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2013/03/11 12:28:46 taca Exp $
+# $NetBSD: Makefile,v 1.14 2014/03/13 11:08:51 jperkin Exp $
DISTNAME= gsl-1.15.3
CATEGORIES= math
@@ -10,6 +10,8 @@ LICENSE= gnu-gpl-v2 # OR later
DEPENDS+= ${RUBY_PKGPREFIX}-narray>=0.5.9:../../math/ruby-narray
+USE_GCC_RUNTIME= yes
+
.include "../../lang/ruby/gem.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"