1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Mark broken with gcc4.2 (well, only the client is). Solution: upgrade to

databases/firebird2-*.
This commit is contained in:
Mark Linimon 2007-09-29 15:23:40 +00:00
parent e26c3661c2
commit 76a30927e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200358

View File

@ -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"