summaryrefslogtreecommitdiff
path: root/www/ruby-puma
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
commit4fcd6ffac592fcc85a873537e23692e480838e23 (patch)
tree1c699ba1dd234c6ee43e2b178e217734fa130ad6 /www/ruby-puma
parentceb02bcf5a66c654f54cbd1c277fc9366840fb44 (diff)
downloadpkgsrc-4fcd6ffac592fcc85a873537e23692e480838e23.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 'www/ruby-puma')
-rw-r--r--www/ruby-puma/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile
index 48c23aca012..da9be17e747 100644
--- a/www/ruby-puma/Makefile
+++ b/www/ruby-puma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/09/15 17:39:31 taca Exp $
+# $NetBSD: Makefile,v 1.3 2014/03/13 11:08:53 jperkin Exp $
DISTNAME= puma-2.6.0
CATEGORIES= www
@@ -12,5 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.2<2:../../www/ruby-rack
CONFLICTS+= ruby[1-9][0-9][0-9]-puma-[0-9]*
+USE_GCC_RUNTIME= yes
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"