diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-11 02:58:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-11 02:58:00 +0800 |
commit | 9984eabd3cf64cfd57c102c1765099534512d61b (patch) | |
tree | e4ca03608139c95df9f149892005492b4064215f /x11 | |
parent | ab03b97a544a1da1dbc4a2acedda30dd80085eb7 (diff) | |
download | freebsd-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/Makefile | 3 |
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" |