NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: xsrc/55500: Possible typo in bsd.x11.mk
> >Fix:
> Maybe they should be ${X11INCDIR}?
>
> Index: bsd.x11.mk
> ===================================================================
> RCS file: /cvsroot/src/share/mk/bsd.x11.mk,v
> retrieving revision 1.134
> diff -u -p -d -r1.134 bsd.x11.mk
> --- bsd.x11.mk 23 Feb 2020 10:28:16 -0000 1.134
> +++ bsd.x11.mk 19 Jul 2020 19:16:39 -0000
> @@ -46,8 +46,8 @@ X11FLAGS.EXTENSION= ${X11FLAGS.BASE_EXTE
> X11FLAGS.DIX= -DHAVE_DIX_CONFIG_H -D_BSD_SOURCE -DHAS_FCHOWN \
> -DHAS_STICKY_DIR_BIT -D_POSIX_THREAD_SAFE_FUNCTIONS=200112L \
> -DHAVE_XORG_CONFIG_H
> -X11INCS.DIX= -I${X11INCSDIR}/freetype2 \
> - -I${X11INCSDIR}/pixman-1 \
> +X11INCS.DIX= -I${X11INCDIR}/freetype2 \
> + -I${X11INCDIR}/pixman-1 \
> -I$(X11SRCDIR.xorg-server)/include \
> -I$(X11SRCDIR.xorg-server)/Xext \
> -I$(X11SRCDIR.xorg-server)/composite \
pretty sure you're right there!
thanks.
.mrg.
Home |
Main Index |
Thread Index |
Old Index