Fix libtool usage

PR:		ports/70870
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-08-23 19:09:38 +00:00
parent 584c48f7a1
commit 0e67f9f5a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117151
2 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -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>