summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-12-01 15:28:27 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-12-01 15:28:27 +0000
commit6c199fa5fd6d8dab611fa33cbbd0a0b9324eec9e (patch)
tree8ebe221e904f6e4bb9c149e7b77e12cb5d3a37ef /x11
parentUpgrade to gmake-3.78.1 (diff)
Fix Kerberos support.
Submitted by: Bush Doctor <dervish@ikhala.tcimet.net> PR: ports/15111
Notes
Notes: svn path=/head/; revision=23534
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/files/patch-ab17
1 files changed, 13 insertions, 4 deletions
diff --git a/x11/xscreensaver/files/patch-ab b/x11/xscreensaver/files/patch-ab
index f051a1fd31cd..8603b3c8ba0f 100644
--- a/x11/xscreensaver/files/patch-ab
+++ b/x11/xscreensaver/files/patch-ab
@@ -1,6 +1,6 @@
---- configure.orig Fri Jul 16 01:47:10 1999
-+++ configure Sun Jul 18 20:33:05 1999
-@@ -3149,7 +3149,7 @@
+--- configure.orig Thu Nov 18 21:49:08 1999
++++ configure Wed Dec 1 10:03:02 1999
+@@ -3153,7 +3153,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
@@ -9,7 +9,16 @@
else
echo "$ac_t""no" 1>&6
fi
-@@ -6237,7 +6237,7 @@
+@@ -5194,7 +5194,7 @@
+
+
+ # from Tim Showalter <tjs+@andrew.cmu.edu>
+- PASSWD_LIBS="$PASSWD_LIBS -lkrb -ldes"
++ PASSWD_LIBS="$PASSWD_LIBS -lkrb -ldes -lcom_err"
+ echo $ac_n "checking for res_search""... $ac_c" 1>&6
+ echo "configure:5211: checking for res_search" >&5
+ if eval "test \"`echo '$''{'ac_cv_func_res_search'+set}'`\" = set"; then
+@@ -6241,7 +6241,7 @@
if eval "test \"`echo '$''{'ac_cv_gtk_version_string'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else