summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt145
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-10 06:44:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-10 06:44:43 +0000
commitb98592c11533d4b1faaa588501cc3dcb95b31408 (patch)
tree957d33b6420157ae2942113e0d9f9af7c988e6b9 /x11-toolkits/qt145
parentFix build on -current (diff)
Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKEN
on 5.x machines (compile and configure failure, respectively). PR: 52731 Submitted by: trevor
Diffstat (limited to 'x11-toolkits/qt145')
-rw-r--r--x11-toolkits/qt145/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile
index 2dc886276ed8..4743c361386f 100644
--- a/x11-toolkits/qt145/Makefile
+++ b/x11-toolkits/qt145/Makefile
@@ -21,6 +21,7 @@ MAINTAINER= kris@FreeBSD.org
COMMENT= A C++ X GUI toolkit
LATEST_LINK= qt1
+USE_GCC= 2.95
USE_GMAKE= yes
USE_X_PREFIX= yes
.if defined(MAKE_JOBS)
@@ -40,10 +41,6 @@ PLIST_SUB+= VERSION="${VER_MAJ}"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
-
MAN1= moc.1
.include "${FILESDIR}/man3"