From 96140c0f2eca2c11bac6da03ce488539d1f652fc Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 7 May 2016 10:00:59 +0000 Subject: Tell gem build to include rpath for X11BASE. Bump revision. --- graphics/ruby-gd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/ruby-gd') diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index becafd864d4..fdae145b42f 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2015/11/18 14:19:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2016/05/07 10:00:59 joerg Exp $ DISTNAME= ruby-gd-0.8.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org @@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --with-jpeg-dir=${JPEGBASE:Q} CONFIGURE_ARGS+= --with-freetype CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_PREFIX.freetype2:Q} CONFIGURE_ARGS+= --enable-gd2_0 +CONFIGURE_ARGS+= --with-ldflags=${COMPILER_RPATH_FLAG}${X11BASE}/lib .include "../../lang/ruby/gem.mk" .include "../../graphics/freetype2/buildlink3.mk" -- cgit v1.2.3