summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-04-09 18:39:00 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-04-09 18:39:00 +0000
commitbd872f626c39df0166090b602569dd05996a525e (patch)
treeb01f4df2e5243859b4e5daf65769e50777bb7999 /net-im
parent- Update to 0.42 (diff)
Unbreak with QT 3.3
Submitted by: markus
Notes
Notes: svn path=/head/; revision=106603
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kmerlin/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net-im/kmerlin/Makefile b/net-im/kmerlin/Makefile
index 3308167d3393..50753074ca02 100644
--- a/net-im/kmerlin/Makefile
+++ b/net-im/kmerlin/Makefile
@@ -16,14 +16,19 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= cedric@cedric.trix.net
COMMENT= An IM (Instant Messenger) KDE client for the Microsoft MSN Network
-BROKEN= "Does not compile with qt 3.3"
-
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
_NO_KDE_FIXPTHREAD= yes
+post-patch:
+.for i in replacepage identityeditdialog identitysetting \
+ chatsetting systemnotification
+ @${RM} ${WRKSRC}/src/setting/${i}.h ${WRKSRC}/src/setting/${i}.cpp
+.endfor
+ @${RM} ${WRKSRC}/src/login.h ${WRKSRC}/src/login.cpp
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>