diff options
author | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
commit | 1e8a4d3617e2918d830fd2618a6229f25737609e (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /www/thin | |
parent | 76ae186abf09bff770978229a780293f2e6d1fdb (diff) | |
download | pkgsrc-1e8a4d3617e2918d830fd2618a6229f25737609e.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/thin')
-rw-r--r-- | www/thin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile index 7a8dca0f480..59f8ff683c2 100644 --- a/www/thin/Makefile +++ b/www/thin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/09/15 17:59:44 taca Exp $ +# $NetBSD: Makefile,v 1.14 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= thin-1.5.1 CATEGORIES= www @@ -14,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.6:../../devel/ruby-eventmachine CONFLICTS+= ruby[1-9][0-9]-thin-[0-9]* thin-[0-9]* +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |