aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-04-10 02:39:00 +0800
committerarved <arved@FreeBSD.org>2004-04-10 02:39:00 +0800
commitc4dd7f8ae614d6fa8b442f930e59f544aaeb7a7d (patch)
tree0f9bea4fee5fb0d836908baa13d2379490c5d08a
parent4dfd36838c25e23fca25d70dc313469f00a3cd94 (diff)
downloadfreebsd-ports-gnome-c4dd7f8ae614d6fa8b442f930e59f544aaeb7a7d.tar.gz
freebsd-ports-gnome-c4dd7f8ae614d6fa8b442f930e59f544aaeb7a7d.tar.zst
freebsd-ports-gnome-c4dd7f8ae614d6fa8b442f930e59f544aaeb7a7d.zip
Unbreak with QT 3.3
Submitted by: markus
-rw-r--r--net-im/kmerlin/Makefile9
-rw-r--r--net/kmerlin/Makefile9
2 files changed, 14 insertions, 4 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>
diff --git a/net/kmerlin/Makefile b/net/kmerlin/Makefile
index 3308167d3393..50753074ca02 100644
--- a/net/kmerlin/Makefile
+++ b/net/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>