diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
commit | 8429be58d4dd33dfc5e94ee69bbfba5a484851cb (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /textproc/ruby-oniguruma | |
parent | 070d23eb3b8f4306f27bb48f0221010015ef7669 (diff) | |
download | pkgsrc-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 'textproc/ruby-oniguruma')
-rw-r--r-- | textproc/ruby-oniguruma/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-oniguruma/Makefile b/textproc/ruby-oniguruma/Makefile index 57f98f0b6e5..f0b6f8ace18 100644 --- a/textproc/ruby-oniguruma/Makefile +++ b/textproc/ruby-oniguruma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/11/08 15:37:34 taca Exp $ +# $NetBSD: Makefile,v 1.8 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= oniguruma-1.1.0 PKGREVISION= 2 @@ -9,6 +9,8 @@ HOMEPAGE= http://oniguruma.rubyforge.org/ COMMENT= Fast regular expression library LICENSE= modified-bsd +USE_GCC_RUNTIME= yes + USE_TOOLS+= pax .include "../../textproc/oniguruma/buildlink3.mk" |