updates for freetype 2.4.3:

remove MKTTINTERP option, it is enabled by default now.  bump minor.
This commit is contained in:
mrg 2010-11-22 08:34:56 +00:00
parent b4c2ac23fe
commit 06b588fa3e
2 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2010/07/25 02:25:29 mrg Exp $
# $NetBSD: Makefile,v 1.7 2010/11/22 08:34:56 mrg Exp $
.include <bsd.own.mk>
@ -87,10 +87,6 @@ CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/freetype2 \
CPPFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
.endif
.if !defined(MKTTINTERP) || ${MKTTINTERP} != "no"
CPPFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
.endif
LIBDPLIBS= \
z ${.CURDIR}/../../../../../lib/libz

View File

@ -1,6 +1,6 @@
# $NetBSD: shlib_version,v 1.3 2009/04/13 18:58:08 snj Exp $
# $NetBSD: shlib_version,v 1.4 2010/11/22 08:34:56 mrg Exp $
#
# XXX XXX XXX netbsd xsrc xfree 4.5 freetype used "major=9"!
#
major=7
minor=1
minor=2