Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 1998 22:19:28 +0200
From:      Mark Murray <mark@grondar.za>
To:        Steve Price <sprice@hiwaay.net>
Cc:        ports@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: Patch to build XFree86 w/ Krb4 in an ELF world 
Message-ID:  <199809212019.WAA01084@gratis.grondar.za>
In-Reply-To: Your message of " Mon, 21 Sep 1998 14:44:30 EST." <Pine.OSF.4.02.9809211437240.750-100000@fly.HiWAAY.net> 
References:  <Pine.OSF.4.02.9809211437240.750-100000@fly.HiWAAY.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809212019.WAA01084>