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:
parent
ffbccccf1f
commit
9372e437cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64348
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue