diff options
Diffstat (limited to 'x11/xscreensaver/patches/patch-af')
-rw-r--r-- | x11/xscreensaver/patches/patch-af | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/x11/xscreensaver/patches/patch-af b/x11/xscreensaver/patches/patch-af index 9e68d7bc9cf..2896e33bdde 100644 --- a/x11/xscreensaver/patches/patch-af +++ b/x11/xscreensaver/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.8 2002/04/09 22:50:02 jlam Exp $ +$NetBSD: patch-af,v 1.9 2002/08/25 21:52:55 jlam Exp $ --- configure.in.orig Mon Mar 18 18:01:26 2002 +++ configure.in @@ -11,23 +11,7 @@ $NetBSD: patch-af,v 1.8 2002/04/09 22:50:02 jlam Exp $ elif test "$have_kerberos" = yes ; then # from Tim Showalter <tjs@psaux.com> for FreeBSD 4.2 PASSWD_LIBS="$PASSWD_LIBS -lkrb -ldes -lcom_err" -@@ -2878,15 +2878,6 @@ - DEPEND_DEFINES= - - --if test \! -z "$includedir" ; then -- INCLUDES="$INCLUDES -I$includedir" --fi -- --if test \! -z "$libdir" ; then -- LDFLAGS="$LDFLAGS -L$libdir" --fi -- -- - PREFERRED_DEMO_PROGRAM=xscreensaver-demo-Xm - ALL_DEMO_PROGRAMS= - if test "$have_motif" = yes; then -@@ -2988,7 +2979,7 @@ +@@ -2988,7 +2988,7 @@ GTK_ICONDIR='$(GNOME_DATADIR)/pixmaps' elif test "$have_gtk" = yes; then # should this be "$(prefix)/share/pixmaps"? But /usr/X11R6/share/ is wrong... |