diff options
author | arved <arved@FreeBSD.org> | 2004-04-10 02:39:00 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-04-10 02:39:00 +0800 |
commit | c4dd7f8ae614d6fa8b442f930e59f544aaeb7a7d (patch) | |
tree | 0f9bea4fee5fb0d836908baa13d2379490c5d08a | |
parent | 4dfd36838c25e23fca25d70dc313469f00a3cd94 (diff) | |
download | freebsd-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/Makefile | 9 | ||||
-rw-r--r-- | net/kmerlin/Makefile | 9 |
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> |