update this for fontconfig 2.8.0. ugh.
This commit is contained in:
parent
12736001f4
commit
6b081c03fe
|
@ -1,14 +1,32 @@
|
|||
# $NetBSD: Makefile,v 1.5 2008/11/01 21:38:14 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2010/11/21 07:45:36 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= fontconfig
|
||||
|
||||
.PATH: ${X11SRCDIR.${LIB}}/src
|
||||
SRCS= fcatomic.c fcblanks.c fccache.c fccfg.c fccharset.c fcdbg.c \
|
||||
fcdefault.c fcdir.c fcfreetype.c fcfs.c fcinit.c fclang.c \
|
||||
fclist.c fcmatch.c fcmatrix.c fcname.c fcpat.c fcserialize.c \
|
||||
fcstr.c fcxml.c ftglue.h ftglue.c
|
||||
SRCS= fcatomic.c \
|
||||
fcblanks.c \
|
||||
fccache.c \
|
||||
fccfg.c \
|
||||
fccharset.c \
|
||||
fcdbg.c \
|
||||
fcdefault.c \
|
||||
fcdir.c \
|
||||
fcformat.c \
|
||||
fcfreetype.c \
|
||||
fcfs.c \
|
||||
fcinit.c \
|
||||
fclang.c \
|
||||
fclist.c \
|
||||
fcmatch.c \
|
||||
fcmatrix.c \
|
||||
fcname.c \
|
||||
fcpat.c \
|
||||
fcserialize.c \
|
||||
fcstr.c \
|
||||
fcxml.c \
|
||||
ftglue.c
|
||||
|
||||
.PATH: ${X11SRCDIR.${LIB}}/doc
|
||||
MAN= FcAtomicCreate.3 FcAtomicDeleteNew.3 FcAtomicDestroy.3 FcAtomicLock.3 \
|
||||
|
@ -98,5 +116,8 @@ PKGCONFIG= fontconfig
|
|||
# fontconfig uses VERSION and not PACKAGE_VERSION
|
||||
PKGCONFIG_VERSION.fontconfig= 2.6.0
|
||||
|
||||
# XXX
|
||||
CPPFLAGS.fcxml.c= -Wno-error
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.lib.mk>
|
||||
|
|
Loading…
Reference in New Issue