pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libwmf graphics/libwmf: Make thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c74127589652
branches:  trunk
changeset: 307298:c74127589652
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat May 05 12:33:00 2018 +0000
description:
graphics/libwmf: Make this build with freetype2-2.9.1

Avoid calling freetype-config by passing the freetype2 directory to
configure.

diffstat:

 graphics/libwmf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 397213755bde -r c74127589652 graphics/libwmf/Makefile
--- a/graphics/libwmf/Makefile  Sat May 05 12:31:25 2018 +0000
+++ b/graphics/libwmf/Makefile  Sat May 05 12:33:00 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2015/07/17 12:33:47 sevan Exp $
+# $NetBSD: Makefile,v 1.78 2018/05/05 12:33:00 minskim Exp $
 
 DISTNAME=      libwmf-0.2.8.4
 PKGREVISION=   16
@@ -15,6 +15,8 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-gd
 CONFIGURE_ARGS+=       --with-docdir=${PREFIX}/share/doc/${PKGNAME_NOREV}
+CONFIGURE_ARGS+=       --with-freetype=${BUILDLINK_PREFIX.freetype2}
+CONFIGURE_ENV+=                ac_cv_path_FREETYPE_CONFIG=""
 
 post-install:
        ${RMDIR} ${DESTDIR}${PREFIX}/include/libwmf/gd



Home | Main Index | Thread Index | Old Index