Add --without-kerberos to CONFIGURE_ARGS to prevent a build failure looking

for libkrb.

Reported by:	Roddie Hasan <roddie@krweb.net>
This commit is contained in:
Joe Marcus Clarke 2002-08-10 18:58:00 +00:00
parent ffbccccf1f
commit 9372e437cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64348

View file

@ -27,7 +27,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \
--with-hackdir=${PREFIX}/bin/xscreensaver-hacks \
--with-configdir=${PREFIX}/share/xscreensaver/config \
--with-jpeg=${LOCALBASE} --without-motif --with-gnome
--with-jpeg=${LOCALBASE} --without-motif --with-gnome \
--without-kerberos
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
X_CFLAGS="-I${LOCALBASE}/include/gnome-xml"