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/xlogo Pullup rev 1.5 (requested by lukem in tic...



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

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

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

diffstat:

 x11/bin/xlogo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 21567b404649 -r 5c5062b8704e x11/bin/xlogo/Makefile
--- a/x11/bin/xlogo/Makefile    Thu Apr 29 06:08:23 2004 +0000
+++ b/x11/bin/xlogo/Makefile    Thu Apr 29 06:08:26 2004 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 2003/09/30 06:41:30 lukem Exp $
+#      $NetBSD: Makefile,v 1.4.2.1 2004/04/29 06:08:26 jmc Exp $
 
 .include <bsd.own.mk>
 
 PROG=  xlogo
 SRCS=  xlogo.c Logo.c RenderLogo.c
 
-CPPFLAGS+=-DXRENDER -I${DESTDIR}${X11INCDIR}/freetype2
+CPPFLAGS+=     -DXRENDER -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
 
 APPDEFS=XLogo.ad XLogo-color.ad
 



Home | Main Index | Thread Index | Old Index