summaryrefslogtreecommitdiff
path: root/graphics
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 /graphics
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 'graphics')
-rw-r--r--graphics/netpbm/Makefile3
-rw-r--r--graphics/ruby-RMagick/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 573ebc16af9..7837530bb97 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.182 2013/05/31 12:41:07 wiz Exp $
+# $NetBSD: Makefile,v 1.183 2014/03/13 11:08:51 jperkin Exp $
DISTNAME= netpbm-10.35.80
PKGREVISION= 7
@@ -16,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= bash:run gmake lex pax perl
USE_FEATURES= snprintf
+USE_GCC_RUNTIME=yes
INSTALL_TARGET= install-dev install-run
MAKE_ENV+= INSTALL=${INSTALL:Q} STRIPFLAG=${_STRIPFLAG_INSTALL:Q} \
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile
index 8a552b1cc0f..ed823612534 100644
--- a/graphics/ruby-RMagick/Makefile
+++ b/graphics/ruby-RMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2014/02/12 23:18:03 tron Exp $
+# $NetBSD: Makefile,v 1.92 2014/03/13 11:08:51 jperkin Exp $
DISTNAME= rmagick-2.13.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
@@ -12,6 +12,8 @@ LICENSE= mit
USE_TOOLS+= pkg-config
+USE_GCC_RUNTIME= yes
+
.include "../../lang/ruby/gem.mk"
BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=6.3.5.10