diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-09-02 19:23:01 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-09-02 19:23:01 +0000 |
commit | dbddd94238c21277089f2e338c1f3f188b52a972 (patch) | |
tree | 6592b0dd77ca7a75e0717f6ed2b327057d640168 /net/kmerlin | |
parent | Fix the build on recent 5.X and higher as well as make portlint happy. (diff) |
Fix build with gcc 3.4
Notes
Notes:
svn path=/head/; revision=117963
Diffstat (limited to 'net/kmerlin')
-rw-r--r-- | net/kmerlin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/kmerlin/Makefile b/net/kmerlin/Makefile index ff6233c1bcf1..343e953bae21 100644 --- a/net/kmerlin/Makefile +++ b/net/kmerlin/Makefile @@ -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> |