pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript-agpl ghostscript-agpl: Require freet...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/567b407c3eab
branches:  trunk
changeset: 332881:567b407c3eab
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Fri Apr 26 15:19:18 2019 +0000

description:
ghostscript-agpl: Require freetype2>=2.10.0

The latest version of ghostscript-agpl calls functions that were
introduced in freetype2 version 2.10.0, and the build fails when
building against an earlier version.

diffstat:

 print/ghostscript-agpl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 42a187819aba -r 567b407c3eab print/ghostscript-agpl/Makefile
--- a/print/ghostscript-agpl/Makefile   Fri Apr 26 15:14:31 2019 +0000
+++ b/print/ghostscript-agpl/Makefile   Fri Apr 26 15:19:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/04/17 08:28:44 adam Exp $
+# $NetBSD: Makefile,v 1.42 2019/04/26 15:19:18 gavan Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
@@ -81,6 +81,8 @@
 # require linking against libiconv when it should do so.
 BUILDLINK_TRANSFORM.IRIX+=     l:fontconfig:fontconfig:iconv
 
+BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.10.0
+
 .include "options.mk"
 
 post-extract:



Home | Main Index | Thread Index | Old Index