Fix libtool usage
PR: ports/70870 Submitted by: Ports Fury
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue