summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-23 19:09:38 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-23 19:09:38 +0000
commit0e67f9f5a2b9a29b2ded069e88a6a0233e7a7050 (patch)
treeda36a855e7508a62850e7a4a6b39399b1e3902c2 /net-im
parentFix build with gcc-3.4 (diff)
Fix libtool usage
PR: ports/70870 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=117151
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libyahoo2/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk>