From 3d607a7a4c9816afde69649b29aea72abf59fc19 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 29 May 2006 22:38:06 +0000 Subject: Use patch provided by the FreeType2 maintaines to make this build with version 2.2.1 and newer of the "freetype2" package. Bump package revision because of this fix. --- fonts/fontconfig/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'fonts/fontconfig/Makefile') diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index bc6b8822472..c9e199de7b6 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2006/04/14 07:08:07 heinz Exp $ -# +# $NetBSD: Makefile,v 1.53 2006/05/29 22:38:06 tron Exp $ DISTNAME= fontconfig-2.3.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts MASTER_SITES= http://www.fontconfig.org/release/ @@ -10,6 +9,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fontconfig.org/ COMMENT= Library for configuring and customizing font access +PATCH_SITES= http://www.freetype.org/freetype2/patches/ +PATCHFILES= fontconfig-2.3.2-noftinternals.patch +PATCH_DIST_STRIP= -p1 + # This can use 2.0.5 but things which use it (ala pango) require 2.0.9 so make # sure to keep in step BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.0.9 -- cgit v1.2.3