pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/GraphicsMagick Fix included path to ghostscri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b4208fc6e43
branches:  trunk
changeset: 576283:0b4208fc6e43
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 05 12:36:08 2010 +0000

description:
Fix included path to ghostscript fonts by giving explicit path.
>From obache@

diffstat:

 graphics/GraphicsMagick/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2cca49ee8256 -r 0b4208fc6e43 graphics/GraphicsMagick/Makefile
--- a/graphics/GraphicsMagick/Makefile  Sat Jun 05 12:32:30 2010 +0000
+++ b/graphics/GraphicsMagick/Makefile  Sat Jun 05 12:36:08 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2010/05/17 07:53:29 obache Exp $
+# $NetBSD: Makefile,v 1.33 2010/06/05 12:36:08 wiz Exp $
 #
 
 DISTNAME=      GraphicsMagick-1.3.12
@@ -18,6 +18,7 @@
 USE_TOOLS+=    gmake pkg-config gs
 USE_FEATURES=  vsnprintf               # optional but recommended for security
 GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=       --with-gs-font-dir=${LOCALBASE}/share/ghostscript/fonts/
 
 PKGCONFIG_OVERRIDE+=   magick/GraphicsMagick.pc.in \
                        wand/GraphicsMagickWand.pc.in \



Home | Main Index | Thread Index | Old Index