Source-Changes-HG archive

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

[src/netbsd-3]: src/x11/Xserver/Xfont/xtt Pull up revision 1.6 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/5b508515bc1c
branches:  netbsd-3
changeset: 575191:5b508515bc1c
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:08:53 2005 +0000

description:
Pull up revision 1.6 (requested by jmc in ticket #114):
Remove obsolete definition for "codeconv" modules which no longer exist.

diffstat:

 x11/Xserver/Xfont/xtt/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 691293a3a21f -r 5b508515bc1c x11/Xserver/Xfont/xtt/Makefile
--- a/x11/Xserver/Xfont/xtt/Makefile    Wed Apr 06 21:08:47 2005 +0000
+++ b/x11/Xserver/Xfont/xtt/Makefile    Wed Apr 06 21:08:53 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4.8.1 2005/04/06 21:05:41 tron Exp $
+#      $NetBSD: Makefile,v 1.4.8.2 2005/04/06 21:08:53 tron Exp $
 
 XMODULEDIR=    ${X11USRLIBDIR}/modules/fonts
 
@@ -33,9 +33,7 @@
 .include <bsd.x11.mk>
 
 .if !empty(X11FLAGS.LOADABLE)
-CPPFLAGS+=     -DFONTMODULE \
-               -DCCONV_MODULE \
-               -DCCONV_MODULE_DIR=\"/usr/X11R6/lib/modules/codeconv\"
+CPPFLAGS+=     -DFONTMODULE
 LIBDIR=        ${XMODULEDIR}
 .else
 libinstall::



Home | Main Index | Thread Index | Old Index