From owner-freebsd-ports Mon Sep 21 13:20:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25790 for freebsd-ports-outgoing; Mon, 21 Sep 1998 13:20:29 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25768; Mon, 21 Sep 1998 13:20:20 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:niNVUGi9RK31kKVo05TFslF7wYCfyns6@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id WAA01084; Mon, 21 Sep 1998 22:19:28 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809212019.WAA01084@gratis.grondar.za> To: Steve Price cc: ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Patch to build XFree86 w/ Krb4 in an ELF world In-Reply-To: Your message of " Mon, 21 Sep 1998 14:44:30 EST." References: Date: Mon, 21 Sep 1998 22:19:28 +0200 From: Mark Murray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Price wrote: > How about something along these lines: > > if [ $ELF = yes ]; then > LIBKRB=/usr/lib/libkrb.a > elif [ -d /usr/lib/aout ]; then > LIBKRB=/usr/lib/aout/libkrb.a > else > LIBKRB=/usr/lib/libkrb.a > fi > > I don't know that this one matters, but it does catch the > corner case where world is still a.out and /usr/lib/aout > doesn't exist yet. Better! Please let me know if it works, and I'll commit ASAP. (Can't now - I have 3 other test compiles running...) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message