Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2007 09:38:06 +0100
From:      Mathieu Prevot <freebsd-ports@club-internet.fr>
To:        Tilman Linneweh <arved@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   Re: new port: libtool: link: cannot find the library `'
Message-ID:  <20070127083806.GA3876@scienceclue.ath.cx>
In-Reply-To: <4D1FCF54-6AF3-4A1A-A512-B97C5EA97749@FreeBSD.org>
References:  <20070126090310.GA45018@scienceclue.ath.cx> <4D1FCF54-6AF3-4A1A-A512-B97C5EA97749@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 26, 2007 at 12:37:35PM +0100, Tilman Linneweh wrote:
> 
> On Jan 26, 2007, at 10:03, Mathieu Prevot wrote:
> >libtool: link: cannot find the library `'
> 
> Try something like
> 
> pre-build:
> 	${RM} ${WRKSRC}/libtool
> 	${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool

Thanks for replying.
I tryed with the following Makefile, without success:

PORTNAME= kmess
PORTVERSION= 1.5pre1
CATEGORIES= net-im kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=  MSN Messenger Client for KDE3

#EXTRA_PATCHES=  ${.CURDIR}/../../x11/kde3/files/extrapatch-configure

USE_KDELIBS_VER=3
USE_AUTOTOOLS=  libtool:15
USE_GMAKE=  yes

pre-build:
  ${RM} ${WRKSRC}/libtool
	${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool

post-patch:
  @${TOUCH} ${WRKSRC}/config.h.in

.include <bsd.port.mk>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070127083806.GA3876>