From 9372e437cb4517f9e3206b4e5a826ceceb39661d Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 18:58:00 +0000 Subject: Add --without-kerberos to CONFIGURE_ARGS to prevent a build failure looking for libkrb. Reported by: Roddie Hasan --- x11/xscreensaver-gnome/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index d251d29915da..e62dff5ebd6d 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -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" -- cgit v1.2.3