diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-06-20 14:42:18 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-06-20 14:42:18 +0000 |
commit | 6c2f2367a719810a7f06a94359b65cde82eec194 (patch) | |
tree | bf923a4593f04f0379a4468ee3da9dc76eb80e35 /net-im | |
parent | afd951530a4a649efcd7e6e365e20794e009f70e (diff) | |
download | ports-6c2f2367a719810a7f06a94359b65cde82eec194.tar.gz ports-6c2f2367a719810a7f06a94359b65cde82eec194.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kmerlin/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-im/kmerlin/Makefile b/net-im/kmerlin/Makefile index 50753074ca02..ff6233c1bcf1 100644 --- a/net-im/kmerlin/Makefile +++ b/net-im/kmerlin/Makefile @@ -19,8 +19,10 @@ COMMENT= An IM (Instant Messenger) KDE client for the Microsoft MSN Network USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes + CONFIGURE_ARGS+= --prefix=${LOCALBASE} -_NO_KDE_FIXPTHREAD= yes +CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" post-patch: .for i in replacepage identityeditdialog identitysetting \ @@ -28,7 +30,7 @@ post-patch: @${RM} ${WRKSRC}/src/setting/${i}.h ${WRKSRC}/src/setting/${i}.cpp .endfor @${RM} ${WRKSRC}/src/login.h ${WRKSRC}/src/login.cpp + @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |