1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Fix build with gcc 3.4

This commit is contained in:
Tilman Keskinoz 2004-09-02 19:23:01 +00:00
parent 316c6b402d
commit dbddd94238
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117963
2 changed files with 2 additions and 0 deletions

View File

@ -32,5 +32,6 @@ post-patch:
@${RM} ${WRKSRC}/src/login.h ${WRKSRC}/src/login.cpp
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e 's|;;|;|g;' ${WRKSRC}/src/kmerlindock.h
.include <bsd.port.mk>

View File

@ -32,5 +32,6 @@ post-patch:
@${RM} ${WRKSRC}/src/login.h ${WRKSRC}/src/login.cpp
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e 's|;;|;|g;' ${WRKSRC}/src/kmerlindock.h
.include <bsd.port.mk>