diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-12-02 23:34:11 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-12-02 23:34:11 +0000 |
commit | 41849164b23d4d89dd5f0b6127a6b81c198898c8 (patch) | |
tree | bc20d9a9820882faa6782fccba09b1e4147fbd98 /astro/google-earth | |
parent | 9db133d975834cf02d04d5de8387fd7418538878 (diff) | |
download | ports-41849164b23d4d89dd5f0b6127a6b81c198898c8.tar.gz ports-41849164b23d4d89dd5f0b6127a6b81c198898c8.zip |
Notes
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} |