Date: Fri, 8 Jan 2010 14:45:36 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: freebsd-ports@coreland.ath.cx Cc: freebsd-ports@freebsd.org Subject: Re: GNAT and LAPACK Message-ID: <alpine.LSU.1.99.1001081429470.16540@acrux.dbai.tuwien.ac.at> In-Reply-To: <20100108111533.GA24638@logik.internal.network> References: <alpine.LSU.1.99.1001080001380.16540@acrux.dbai.tuwien.ac.at> <20100108111533.GA24638@logik.internal.network>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 8 Jan 2010, freebsd-ports@coreland.ath.cx wrote: > This appears to be the correct list of files that only apply to GNAT: > > http://coreland.ath.cx/tmp/gnat-dist.txt Note that if you want to combine this with lang/gcc44 as I had suggested you'll need something like TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} CONFIGURE_ARGS+= --libdir=${TARGLIB} \ --libexecdir=${LIBEXEC} in your port. Glimpsing at the list your created, it does look good to me. Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.1.99.1001081429470.16540>