summaryrefslogtreecommitdiff
path: root/x11/libXft/Makefile
diff options
context:
space:
mode:
authorbjs <bjs>2008-01-29 04:18:44 +0000
committerbjs <bjs>2008-01-29 04:18:44 +0000
commita3ff4fb873436faa4f5bbaec436fffd881bdba0a (patch)
tree4a3179cbae674a791ec80a24177102ef8f652624 /x11/libXft/Makefile
parent836490ab7a239293c3a0d433441eecb783881b53 (diff)
downloadpkgsrc-a3ff4fb873436faa4f5bbaec436fffd881bdba0a.tar.gz
Fix three bugs:
- XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200) - libXft was using XFT_MAX_GLYPH_MEMORY without first registering with fontconfig. - Include <ftsynth.h> if FT_GlyphSlot_Embolden() shall be called. First two from GIT, last one by me. Bump rev.
Diffstat (limited to 'x11/libXft/Makefile')
-rw-r--r--x11/libXft/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile
index 90842ab08e5..503e07c9f60 100644
--- a/x11/libXft/Makefile
+++ b/x11/libXft/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2007/01/23 15:20:08 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/01/29 04:18:44 bjs Exp $
DISTNAME= libXft-2.1.12
+PKGREVISION= 1
CATEGORIES= fonts x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2