Source-Changes archive

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

Re: CVS commit: xsrc/local/programs



Looks reasonable to me....

joda%pdc.kth.se@localhost (Johan Danielsson) writes:

> "Charles M. Hannum" <mycroft%netbsd.org@localhost> writes:
> 
> > Enable xftlsfonts.
> 
> This doesn't work with XFree 3.3, which doesn't have Xft. Is this
> change appropriate, or can this be handled in the imake layer?
> 
> --- Imakefile   2002/04/04 15:32:12     1.2
> +++ Imakefile   2002/04/08 12:32:03
> @@ -3,7 +3,10 @@
>  #define IHaveSubdirs
>  #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
> 
> -SUBDIRS = x11-ssh-askpass xftlsfonts
> +SUBDIRS=       x11-ssh-askpass
> +.if defined(USE_XF86_4) && (${USE_XF86_4} != no)
> +SUBDIRS+=      xftlsfonts
> +.endif
> 
>  MakeSubdirs($(SUBDIRS))
>  DependSubdirs($(SUBDIRS))
> 
> /Johan
> 

--
Perry E. Metzger                perry%wasabisystems.com@localhost
--
NetBSD: The right OS for your embedded design. http://www.wasabisystems.com/



Home | Main Index | Thread Index | Old Index