[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] libtiff
- To: mint <mint@lists.fishpool.fi>
- Subject: Re: [MiNT] libtiff
- From: Paul Wratt <paul.wratt@gmail.com>
- Date: Fri, 9 Jul 2010 01:44:35 +1000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=chNU0XbQXf84GpxNd4gN2rtUsArBfvPfKFyIMKDFyYk=; b=HBEqscSJrdk7+6vfXg9LhPusW439b05SJQu+hR2c1Lowfj0TyyzS+xHAStPdHRsWlr 1U2T4EAvbyRP7WNHwQu4Ef6s7jxdcxgIEBBZPN2x6AIEO1R9nTA4Lxp2NdehyupUbuUn nwockBCgSVcIi2ymyAdCmcg9RRwF+i0X3R9uA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=wKVU2JcGzOFLEgbL2/TQ6u2n2T/0W+aAbauE9Oi0EnnYpsKzGWRmHDXl6emfxXFngK dbgUQKftx4U6T76GxX5Fgg0fIEEi94CzVBjXWByZmD2bBwvD6gLWEaG0iaFgFSgY49S7 6IBlh6PdbzVYFlX+BRH0nkuR8+Mo8TLl2TNBY=
- In-reply-to: <0006428f.01b8b262ba0f@smtp.freeola.net>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <003d133e.01ead262f095@smtp.freeola.net> <0006428f.01b8b262ba0f@smtp.freeola.net>
- Sender: mint-bounce@lists.fishpool.fi
On Mon, Jun 21, 2010 at 9:13 PM, Peter Slegg <p.slegg@scubadivers.co.uk> wrote:
> One of the sparemint patches for libtiff is this:
>
> --- tiff-v3.5.5/port/install.sh.in Thu May 18 18:40:04 2000
> +++ tiff-v3.5.5/port/install.sh.in Thu May 18 18:40:26 2000
> @@ -92,6 +92,7 @@
> VERBOSE=":"
> STRIP="@STRIP@"
> CMP=cmp
> +ROOT=$RPM_BUILD_ROOT
>
> TARGETS=
> while [ x"$1" != x ]
>
> In the 3.9.4 there is no file called /port/install.sh.in
>
> I think it is there to fix the buildroot problem I am seeing.
> The lib is building but I am not sure where. It is not building
> in /var/tmp/usr... as expected.
>
> The question is, which file should I patch to get the same result ?
>
> Makefile.in has the line STRIP = @STRIP@
>
>
> Regards,
> Peter
>
did you solve this problem yet.
(most) .in files are prefills for the ./configure process, which will
generate (in this case) install.sh, according to your systems specs
Paul