diff options
Diffstat (limited to 'irc/kvirc/Makefile')
-rw-r--r-- | irc/kvirc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index b2ce43cc17a3..cac8459c0fde 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -19,10 +19,10 @@ MAINTAINER= mranner@inode.at COMMENT= IRC client for QT and KDE USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes +USE_LDCONFIG= yes CONFIGURE_TARGET= PLIST_SUB= VER=${PORTVERSION} @@ -35,6 +35,12 @@ OPTIONS= ARTS "Compile with arts support" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + .if defined(WITH_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts .else |