1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Use setusercontext() to pick up settings from /etc/login.conf.

This commit is contained in:
Thomas Gellekum 1998-10-01 07:39:33 +00:00
parent 08cc1d1394
commit ec1fb7e5eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13575

View File

@ -3,7 +3,7 @@
# Date created: August 31, 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.11 1998/09/27 21:01:05 steve Exp $
# $Id: Makefile,v 1.12 1998/09/29 11:46:34 tg Exp $
DISTNAME= wdm-1.0
CATEGORIES= x11
@ -25,7 +25,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= wdm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= X11BASE=${X11BASE} CPPFLAGS=-I${PREFIX}/include
CONFIGURE_ENV= X11BASE=${X11BASE} CPPFLAGS=-I${PREFIX}/include \
CFLAGS="${CFLAGS} -DHAS_SETUSERCONTEXT"
CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib -lgif" \
--with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include" \
--with-tiff-libs="-ljpeg" \