diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-09-30 21:01:08 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-09-30 21:01:08 +0000 |
commit | c518941ec19ae9109c322c0d318ea1db10ae9d19 (patch) | |
tree | 32b3122e544f60fc37c28c68cc56c298dc28e184 /x11 | |
parent | 3d9a8618d3ed18aabf9326db99b02eefbdfc3efd (diff) | |
download | pkgsrc-c518941ec19ae9109c322c0d318ea1db10ae9d19.tar.gz |
Slightly klugy fix for building with Kerberos support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/distinfo | 4 | ||||
-rw-r--r-- | x11/xscreensaver/patches/patch-ac | 19 |
2 files changed, 16 insertions, 7 deletions
diff --git a/x11/xscreensaver/distinfo b/x11/xscreensaver/distinfo index c65c23499aa..257e3c9465a 100644 --- a/x11/xscreensaver/distinfo +++ b/x11/xscreensaver/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.28 2003/09/08 12:11:15 wiz Exp $ +$NetBSD: distinfo,v 1.29 2003/09/30 21:01:08 mycroft Exp $ SHA1 (xscreensaver-4.13.tar.gz) = 3d78b783fd1bc1e7f33fa7846fea6502217df802 Size (xscreensaver-4.13.tar.gz) = 3902864 bytes SHA1 (patch-aa) = 0b4de3babe3fe191943ce31c055e8047911c1326 SHA1 (patch-ab) = 3dc02761edb19658e17935bd245208fa7387316d -SHA1 (patch-ac) = 430b3318a1d1623c5ac2ba51dd531c3bff8c9a70 +SHA1 (patch-ac) = 9b82326439791ecc8e05e85a4d691109b4e50e68 SHA1 (patch-ad) = 64cd7a683da1afea599d1e8b8dffd951243c9d9b SHA1 (patch-ae) = 16d0c8b50b2601458aaec09d1c7425fb23308225 SHA1 (patch-af) = f1f7659e7173349868434d6dd35363e305817fd7 diff --git a/x11/xscreensaver/patches/patch-ac b/x11/xscreensaver/patches/patch-ac index 7b31189928b..3cabceab6e2 100644 --- a/x11/xscreensaver/patches/patch-ac +++ b/x11/xscreensaver/patches/patch-ac @@ -1,8 +1,17 @@ -$NetBSD: patch-ac,v 1.9 2003/02/21 22:05:02 mycroft Exp $ +$NetBSD: patch-ac,v 1.10 2003/09/30 21:01:08 mycroft Exp $ ---- configure.orig 2003-02-19 06:47:45.000000000 +0000 -+++ configure 2003-02-21 21:44:23.000000000 +0000 -@@ -11061,7 +11061,7 @@ +--- configure.orig 2003-09-07 23:59:59.000000000 +0000 ++++ configure 2003-09-30 20:53:14.000000000 +0000 +@@ -11629,7 +11629,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lkrb4 $LIBS" ++LIBS="-lkrb -lcrypto -lroken -lcom_err $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ +@@ -11709,7 +11709,7 @@ # from Matt Knopp <mhat@infocalypse.netlag.com> # (who got it from amu@mit.edu) @@ -11,7 +20,7 @@ $NetBSD: patch-ac,v 1.9 2003/02/21 22:05:02 mycroft Exp $ # jwz: MacOS X uses -lkrb5, but not -lcrypt -@@ -13050,19 +13050,7 @@ +@@ -13711,19 +13711,7 @@ fi |