aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-11 02:58:00 +0800
committermarcus <marcus@FreeBSD.org>2002-08-11 02:58:00 +0800
commit9984eabd3cf64cfd57c102c1765099534512d61b (patch)
treee4ca03608139c95df9f149892005492b4064215f /x11
parentab03b97a544a1da1dbc4a2acedda30dd80085eb7 (diff)
downloadfreebsd-ports-gnome-9984eabd3cf64cfd57c102c1765099534512d61b.tar.gz
freebsd-ports-gnome-9984eabd3cf64cfd57c102c1765099534512d61b.tar.zst
freebsd-ports-gnome-9984eabd3cf64cfd57c102c1765099534512d61b.zip
Add --without-kerberos to CONFIGURE_ARGS to prevent a build failure looking
for libkrb. Reported by: Roddie Hasan <roddie@krweb.net>
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver-gnome/Makefile3
1 files changed, 2 insertions, 1 deletions
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"