summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/patches/patch-af
blob: 2896e33bddec4f11259c1f21c6e1762fb79be01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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
@@ -1512,7 +1512,7 @@
   if test "$have_kerberos5" = yes ; then
     # from Matt Knopp <mhat@infocalypse.netlag.com>
     # (who got it from amu@mit.edu)
-    PASSWD_LIBS="$PASSWD_LIBS -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcrypt -lcom_err"
+    PASSWD_LIBS="$PASSWD_LIBS -lkrb5 -lasn1 -lkrb -lcrypto -lroken -lcom_err -lcrypt"
   elif test "$have_kerberos" = yes ; then
     # from Tim Showalter <tjs@psaux.com> for FreeBSD 4.2
     PASSWD_LIBS="$PASSWD_LIBS -lkrb -ldes -lcom_err"
@@ -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...
-  GTK_ICONDIR='/usr/share/pixmaps'
+  GTK_ICONDIR='$(prefix)/share/pixmaps'
 else
   GTK_ICONDIR=''
 fi