Date: Mon, 28 Sep 1998 20:21:50 +0900 From: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/8044 Message-ID: <19980928202150I.taguchi@tohoku.iij.ad.jp> In-Reply-To: Your message of "Mon, 28 Sep 1998 03:00:01 -0700 (PDT)" <199809281000.DAA02246@freefall.freebsd.org> References: <199809281000.DAA02246@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> * Synopsis: an ELFization patch for japanese/tk42 > > I had to change a couple of things in this port. Please take a look. Thanks. I've read it. I have a question. post-install: cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERS\ ION} install ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + if [ "${PORTOBJFORMAT}" = "aout" ]; then \ + ${LN} -sf libtk42jp.so.1.0 ${PREFIX}/lib/libtk42jp.so; \ + fi Under the aout world, Should we link libfoo.so.X.Y to libfoo.so? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980928202150I.taguchi>