Date: Mon, 21 Sep 1998 14:57:03 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: sprice@hiwaay.net Cc: mark@grondar.za, ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Patch to build XFree86 w/ Krb4 in an ELF world Message-ID: <199809212157.OAA05112@silvia.hip.berkeley.edu> In-Reply-To: <Pine.OSF.4.02.9809211437240.750-100000@fly.HiWAAY.net> (message from Steve Price on Mon, 21 Sep 1998 14:44:30 -0500 (CDT))
next in thread | previous in thread | raw e-mail | index | archive | help
* 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. Um, that "corner" cases includes all of 2.2 branch. ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809212157.OAA05112>