From owner-freebsd-ports Mon Sep 21 04:16:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19206 for freebsd-ports-outgoing; Mon, 21 Sep 1998 04:16:41 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hillbilly.hayseed.net (hillbilly.hayseed.net [204.62.130.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19187; Mon, 21 Sep 1998 04:16:39 -0700 (PDT) (envelope-from enkhyl@hayseed.net) Received: from hillbilly.hayseed.net (hillbilly.hayseed.net [204.62.130.2]) by hillbilly.hayseed.net (8.9.1/8.8.5) with SMTP id EAA30362; Mon, 21 Sep 1998 04:16:10 -0700 Date: Mon, 21 Sep 1998 04:16:10 -0700 (PDT) From: Enkhyl To: ports@FreeBSD.ORG cc: current@FreeBSD.ORG Subject: Patch to build XFree86 w/ Krb4 in an ELF world Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Attached is a patch for the XFree86 port to build with KerbeosIV support. I just successfully rebuilt XFree86 w/ Krb4 on my ELF -current machine using this patch. Would someone please review the patch and commit it, if appropriate? Thanks. -- Christopher Nielsen Scient: The Art and Science of Electronic Business cnielsen@scient.com --- config/cf/FreeBSD.cf.orig Mon Sep 21 02:40:12 1998 +++ config/cf/FreeBSD.cf Mon Sep 21 02:54:57 1998 @@ -87,6 +87,11 @@ #define HasSetUserContext YES #endif +/* Krb4 support in an ELF world */ +#if HasKrb4 && UseElfFormat +#define Krb4Libraries -lkrb -ldes -lcrypt +#endif + /* * This doesn't work the way it does on every other system. On FreeBSD it's * only a "hint, not a demand", whatever that means. Note that this is not To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message