Date: Sat, 17 Feb 1996 08:40:20 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-hackers@freebsd.org (FreeBSD hackers) Subject: Re: hacking xmkmf stuff Message-ID: <199602170740.IAA07908@uriah.heep.sax.de> In-Reply-To: <199602170153.UAA04317@Glock.COM> from "matthew c. mead" at Feb 16, 96 08:53:45 pm
next in thread | previous in thread | raw e-mail | index | archive | help
As matthew c. mead wrote:
> In keeping with this idea, I want to modify
> the xmkmf Imake templates so that a number of things happen:
>
> installations go to /usr/local/X11R6/{bin,lib,include,man}
> includes are referenced from /usr/X11R6/include and /usr/local/X11R6/include
> libs are referenced from /usr/X11R6/lib and /usr/local/X11R6/lib
>
>
> Has anyone done this? I've looked at it and it looks like a fairly
> complicated task. Thanks in advance for any help!
Try
#define ProjectRoot /usr/local/X11R6
as a point to start.
You will run into troubles when it comes to lib directories (all X11
libs go into one directory by now, but you need two of them -- think
of things like libXpm), and to app-defaults.
--
cheers, J"org
joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602170740.IAA07908>
