Date: Fri, 10 May 2002 15:55:18 +0200 (CEST) From: Richard Arends <richard@unixguru.nl> To: Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca> Cc: ports@FreeBSD.ORG Subject: Re: xmms port does not build Message-ID: <20020510155150.U96878-100000@mail.unixguru.nl> In-Reply-To: <200205101303.g4AD3rmC019974@cwsys.cwsent.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 10 May 2002, Cy Schubert - CITS Open Systems Group wrote: > The following patch should fix your problem. > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/audio/xmms/Makefile,v > retrieving revision 1.40 > diff -u -r1.40 Makefile > --- Makefile 5 Mar 2002 21:09:07 -0000 1.40 > +++ Makefile 10 May 2002 12:59:13 -0000 > @@ -14,7 +14,8 @@ > > MAINTAINER?= esk@ira.uka.de > > -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml > +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ > + intl.1:${PORTSDIR}/devel/gettext-old > > USE_BZIP2= yes > USE_X_PREFIX= yes Thanks, but it doesn't work. Building gettext-old doesn't produces a libintl.so.1, because from the ports it builds static. Removing --disable-shared from the gettext-old also doesn't work. Then i get a error strip doesn't like something. Greetings, Richard. ---- An OS is like swiss cheese, the bigger it is, the more holes you get! 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?20020510155150.U96878-100000>