[BACK]Return to bsd.own.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.own.mk between version 1.942 and 1.943

version 1.942, 2016/08/18 08:06:53 version 1.943, 2016/08/19 03:59:30
Line 1393  HAVE_XORG_SERVER_VER?=110
Line 1393  HAVE_XORG_SERVER_VER?=110
   
 .if ${HAVE_XORG_SERVER_VER:U0} == "118"  .if ${HAVE_XORG_SERVER_VER:U0} == "118"
 XORG_SERVER_SUBDIR?=xorg-server  XORG_SERVER_SUBDIR?=xorg-server
   . if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
   HAVE_XORG_GLAMOR?=      yes
   . endif
 .else  .else
 XORG_SERVER_SUBDIR?=xorg-server.old  XORG_SERVER_SUBDIR?=xorg-server.old
 .endif  .endif
   
 X11SRCDIR.xorg-server?=         ${X11SRCDIRMIT}/${XORG_SERVER_SUBDIR}/dist  X11SRCDIR.xorg-server?=         ${X11SRCDIRMIT}/${XORG_SERVER_SUBDIR}/dist
   HAVE_XORG_GLAMOR?=      no
   
   # Build glamor extension?
   
 .for _dir in \  .for _dir in \
         xtrans fontconfig freetype evieext mkfontscale bdftopcf \          xtrans fontconfig freetype evieext mkfontscale bdftopcf \

Legend:
Removed from v.1.942  
changed lines
  Added in v.1.943

CVSweb <webmaster@jp.NetBSD.org>