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 | |
parent | 316c6b402dca697be401908cbd66b73a4862f859 (diff) |
Fix build with gcc 3.4
Notes
Notes:
svn path=/head/; revision=117963
-rw-r--r-- | net-im/kmerlin/Makefile | 1 | ||||
-rw-r--r-- | net/kmerlin/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/kmerlin/Makefile b/net-im/kmerlin/Makefile index ff6233c1bcf1..343e953bae21 100644 --- a/net-im/kmerlin/Makefile +++ b/net-im/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> 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> |