diff options
author | kris <kris@FreeBSD.org> | 2003-08-10 14:44:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-10 14:44:43 +0800 |
commit | 411356d9feeda5e4e9bdd5631d27df581713404c (patch) | |
tree | 2e56fc490a14fb372c9105744846ec833edfe122 /x11-toolkits | |
parent | 8f7682d9efeb16ac1874765696a118412f050030 (diff) | |
download | freebsd-ports-gnome-411356d9feeda5e4e9bdd5631d27df581713404c.tar.gz freebsd-ports-gnome-411356d9feeda5e4e9bdd5631d27df581713404c.tar.zst freebsd-ports-gnome-411356d9feeda5e4e9bdd5631d27df581713404c.zip |
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')
-rw-r--r-- | x11-toolkits/qt145/Makefile | 5 |
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" |