[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / xenocara

Diff for /xenocara/Makefile between version 1.44 and 1.45

version 1.44, 2012/02/07 19:54:55 version 1.45, 2012/04/01 09:24:04
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 .include <bsd.own.mk>  .include <bsd.own.mk>
   .include <bsd.xconf.mk>
   
 LOCALAPPD=/usr/local/lib/X11/app-defaults  LOCALAPPD=/usr/local/lib/X11/app-defaults
 LOCALAPPX=/usr/local/lib/X11  LOCALAPPX=/usr/local/lib/X11
Line 11 
Line 12 
 XSERVER= xserver  XSERVER= xserver
 .endif  .endif
   
 .if ${COMPILER_VERSION:L:Mgcc[34]*}  .if ${COMPILER_VERSION:L:Mgcc[34]*} && ${XENOCARA_BUILD_PIXMAN:L} == "yes"
 XSERVER+= kdrive  XSERVER+= kdrive
 .endif  .endif
   

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45