Add required LIBDPLIBS. Reported by jmcneill@.
This commit is contained in:
parent
1dc50364e0
commit
49c1c42f7c
7
external/mit/xorg/lib/libXft/Makefile
vendored
7
external/mit/xorg/lib/libXft/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2008/10/03 03:52:15 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2008/10/24 19:49:54 cube Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -20,6 +20,11 @@ CPPFLAGS+= ${X11FLAGS.THREADLIB}
|
||||
CPPFLAGS+= -DFREETYPE2 -I${DESTDIR}${X11INCDIR}/freetype2 -DXFREE86_FT2
|
||||
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11/Xft
|
||||
|
||||
LIBDPLIBS= X11 ${.CURDIR}/../libX11/dynamic \
|
||||
fontconfig ${.CURDIR}/../fontconfig/src \
|
||||
freetype ${.CURDIR}/../freetype \
|
||||
Xrandr ${.CURDIR}/../libXrandr
|
||||
|
||||
PKGDIST= ${LIB}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user