libfontconfig depends on libfreetype. Weird that the linker doesn't
complain.
This commit is contained in:
parent
0074b883b4
commit
d66d7ad326
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:21 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/09/13 19:57:23 cube Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -11,7 +11,8 @@ SRCS= fcatomic.c fcblanks.c fccache.c fccfg.c fccharset.c fcdbg.c \
|
||||
fcstr.c fcxml.c ftglue.h ftglue.c
|
||||
|
||||
LIBDPLIBS=\
|
||||
expat ${.CURDIR}/../../expat
|
||||
expat ${.CURDIR}/../../expat \
|
||||
freetype ${.CURDIR}/../../freetype
|
||||
|
||||
# XXX FONTCONFIG_PATH was arbitrarily chosen
|
||||
CPPFLAGS+= -DFONTCONFIG_PATH='"/etc/X11/fonts"' \
|
||||
|
Loading…
Reference in New Issue
Block a user