Edit

IABSD.fr/xenocara/lib/libXt/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2014-08-13 21:02:16
    Hash : 7afaae9f
    Message : Install resource files in /usr/X11R6/share/X11/app-defaults /etc/X11/app-defaults stays 1st in the libXt search path so, people and ports can put customized versions there if needed. If you didn't customize the versions in /etc/X11/app-defaults, they should be removed to avoid future issues when one file changes. discussed at g2k14 and ok ajacoutot@

  • lib/libXt/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.8 2014/08/13 21:02:16 matthieu Exp $
    
    SHARED_LIBS=	Xt 11.0
    
    CONFIGURE_ARGS= --with-appdefaultdir=/usr/X11R6/share/X11/app-defaults \
    	--without-xmlto --without-fop --without-xsltproc --without-glib
    
    .include <bsd.xorg.mk>