diff options
author | nox <nox@FreeBSD.org> | 2011-12-03 07:34:11 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-12-03 07:34:11 +0800 |
commit | 47ddac8c8b6a54436619ec5176e6411246ef68d2 (patch) | |
tree | d536f858468ddbd23ccd584d83c6ca9165ca08ac /astro/google-earth | |
parent | 7759b836779d2f9f1f4de5918c2a3ada52c573ce (diff) | |
download | freebsd-ports-gnome-47ddac8c8b6a54436619ec5176e6411246ef68d2.tar.gz freebsd-ports-gnome-47ddac8c8b6a54436619ec5176e6411246ef68d2.tar.zst freebsd-ports-gnome-47ddac8c8b6a54436619ec5176e6411246ef68d2.zip |
Mark BROKEN on >= 9.x/amd64:
http://www.freebsd.org/cgi/query-pr.cgi?pr=160422
Feature safe: yes
Diffstat (limited to 'astro/google-earth')
-rw-r--r-- | astro/google-earth/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 57af2f4c4952..005f58cb3048 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -48,6 +48,10 @@ IGNORE= FreeBSD>=7.X is needed with Linux emulation 2.6.x IGNORE= needs non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f10 and OVERRIDE_LINUX_NONBASE_PORTS=f10) .endif +.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64" +BROKEN= seems to crash on >= 9.x/amd64: http://www.freebsd.org/cgi/query-pr.cgi?pr=160422 +.endif + do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${_DISTFILES} ${WRKSRC} |