summaryrefslogtreecommitdiff
path: root/www/mongrel
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 /www/mongrel
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 'www/mongrel')
-rw-r--r--www/mongrel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mongrel/Makefile b/www/mongrel/Makefile
index 058991573ef..d69cacdac57 100644
--- a/www/mongrel/Makefile
+++ b/www/mongrel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/03/07 15:15:12 taca Exp $
+# $NetBSD: Makefile,v 1.17 2014/03/13 11:08:53 jperkin Exp $
DISTNAME= mongrel-1.1.5
PKGREVISION= 3
@@ -14,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
CONFLICTS+= ruby[1-9][0-9]-mongrel-[0-9]* mongrel-[0-9]*
+USE_GCC_RUNTIME= yes
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"