From owner-cvs-all Tue Sep 15 15:20:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23173 for cvs-all-outgoing; Tue, 15 Sep 1998 15:20:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from metal.intt.org (metal.intt.org [206.109.108.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22962; Tue, 15 Sep 1998 15:19:47 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id RAA09617; Tue, 15 Sep 1998 17:19:24 -0500 (CDT) From: Scott Mace Message-Id: <199809152219.RAA09617@metal.intt.org> Subject: Re: cvs commit: ports/graphics/jbigkit/patches patch-ab In-Reply-To: <199809152216.RAA09584@metal.intt.org> from Scott Mace at "Sep 15, 1998 5:16:15 pm" To: smace@intt.org (Scott Mace) Date: Tue, 15 Sep 1998 17:19:23 -0500 (CDT) Cc: asami@FreeBSD.ORG, smace@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > * Make jbigkit build on a non-elf system > > > > Sorry, it's still not right. The shared library should be called > > "libjbig.so.1.0" on an aout system. > > > > Satoshi > > > > I thought you said that bsd.port.mk automagically handled this? > > Scott > So, if the shlib used to be like say, 7.6 it gets rounded up to 8 for elf and becomes 8.0 on an a.out system? This wasn't clear in the post. Scott