diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:23:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:23:40 +0000 |
commit | 76a30927e5561a071a25038c49229670244f69eb (patch) | |
tree | a22b8cda6c0e6a97bf25a4927bb75b399eb74cee | |
parent | Mark as broken with gcc4.2. (diff) |
Mark broken with gcc4.2 (well, only the client is). Solution: upgrade to
databases/firebird2-*.
Notes
Notes:
svn path=/head/; revision=200358
-rw-r--r-- | databases/firebird-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index fa50dc5a7ab5..08fca9703896 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/Makefile @@ -84,6 +84,10 @@ MAKE_ENV+= CC=${CC} CXX=${CXX} FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Client does not compile with GCC 4.2. Please use firebird2 instead +.endif + .if !defined(CLIENT_ONLY) pre-everything:: @${ECHO_MSG} "NOTE: If the work directory is on an NFS mount, you will" |