7afaae9fe9
/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@
20 lines
636 B
Makefile
20 lines
636 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2014/08/13 21:02:16 matthieu Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
config.status:
|
|
AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \
|
|
AUTOCONF_VERSION="$(AUTOCONF_VERSION)" \
|
|
ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
|
|
CFLAGS="${CFLAGS}" \
|
|
PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
|
|
CONFIG_SITE=$(CONFIG_SITE) \
|
|
sh ${.CURDIR}/configure --prefix=${X11BASE} \
|
|
--datarootdir=${X11BASE} \
|
|
--enable-appdefaultdir=${X11BASE}/share/X11/app-defaults \
|
|
--enable-syslog --without-motif --without-ttf \
|
|
--without-gtk2 --without-gtk --without-esound \
|
|
--without-rplay --without-ftgl
|
|
|
|
.include <bsd.xorg.mk>
|