Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/x11/bin/xditview Pullup rev 1.6 (requested by lukem in ...



details:   https://anonhg.NetBSD.org/src/rev/b5752cea238a
branches:  netbsd-2-0
changeset: 560694:b5752cea238a
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Apr 29 06:08:20 2004 +0000

description:
Pullup rev 1.6 (requested by lukem in ticket #229)

Sync to changes made in XFree86 4.4 and add -DXFREE86_FT2 appropriately.

diffstat:

 x11/bin/xditview/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b5ee977dd2d8 -r b5752cea238a x11/bin/xditview/Makefile
--- a/x11/bin/xditview/Makefile Thu Apr 29 06:08:17 2004 +0000
+++ b/x11/bin/xditview/Makefile Thu Apr 29 06:08:20 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2004/01/05 13:08:57 rtr Exp $
+#      $NetBSD: Makefile,v 1.5.2.1 2004/04/29 06:08:20 jmc Exp $
 
 .include <bsd.own.mk>
 
@@ -6,7 +6,8 @@
 SRCS=  xditview.c Dvi.c draw.c font.c lex.c page.c parse.c \
        XFontName.c DviChar.c
 
-CPPFLAGS+=-DHAS_MKSTEMP -DUSE_XFT -I${DESTDIR}${X11INCDIR}/freetype2
+CPPFLAGS+=     -DHAS_MKSTEMP
+CPPFLAGS+=     -DUSE_XFT -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
 
 APPDEFS=Xditview.ad Xditview-chrtr.ad
 



Home | Main Index | Thread Index | Old Index