diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-10 18:58:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-10 18:58:00 +0000 |
commit | 9372e437cb4517f9e3206b4e5a826ceceb39661d (patch) | |
tree | f91ef2512dae253eb9c30e4a6fa5f3f4af124e83 /x11 | |
parent | Update to 0.16. (diff) |
Add --without-kerberos to CONFIGURE_ARGS to prevent a build failure looking
for libkrb.
Reported by: Roddie Hasan <roddie@krweb.net>
Notes
Notes:
svn path=/head/; revision=64348
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" |