summaryrefslogtreecommitdiff
path: root/textproc/ruby-json
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 /textproc/ruby-json
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 'textproc/ruby-json')
-rw-r--r--textproc/ruby-json/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile
index 31d0e612576..3b301008e2e 100644
--- a/textproc/ruby-json/Makefile
+++ b/textproc/ruby-json/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2013/06/13 13:15:49 obache Exp $
+# $NetBSD: Makefile,v 1.26 2014/03/13 11:08:53 jperkin Exp $
DISTNAME= json-1.8.0
CATEGORIES= textproc
@@ -8,6 +8,8 @@ HOMEPAGE= http://flori.github.com/json
COMMENT= Native extension implementation of JSON for Ruby
LICENSE= ruby-license
+USE_GCC_RUNTIME= yes
+
GEM_CLEANBUILD= ext/json/ext/generator/* ext/json/ext/parser/*
post-extract: