From 55d33c17e3f2e13ebd8bafebd3195418561defc0 Mon Sep 17 00:00:00 2001 From: krion Date: Mon, 23 Aug 2004 19:09:38 +0000 Subject: Fix libtool usage PR: ports/70870 Submitted by: Ports Fury --- net-im/libyahoo2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-im') diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index 20ea9dc362b9..3dce227d70ef 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -8,6 +8,7 @@ PORTNAME= libyahoo2 PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,6 +23,7 @@ INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|-g -Wall||g ; \ + s| -module ||g' ${WRKSRC}/src/Makefile.in .include -- cgit