diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
commit | 8eba96b36ad4230e29c29044a42608050210a1f7 (patch) | |
tree | 1ded10deafb806a07b1bf673070f413ce7ec1884 /games | |
parent | 487e44169b5eab1086657b11b255d372dbb4abee (diff) | |
download | freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.zst freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.zip |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'games')
-rw-r--r-- | games/uox3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/uox3/Makefile b/games/uox3/Makefile index 739674bd80a1..52f8f5146ded 100644 --- a/games/uox3/Makefile +++ b/games/uox3/Makefile @@ -26,6 +26,12 @@ USE_GMAKE= YES MAKEFILE= makefile ALL_TARGET= linux +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + do-build: cd ${WRKSRC}/dev && ${GMAKE} -f ${MAKEFILE} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ${ALL_TARGET} @@ -50,4 +56,4 @@ do-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |