aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-08-17 01:12:22 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-08-17 01:12:22 +0000
commitf70ffacee41731879ddeee9019063653485ea8fc (patch)
tree5c295f6ae8900fbdf92eca2df9770c59c3c345cf /astro
parent1b1918eec632197fcbc8b6b2b0074353e284c5b1 (diff)
downloadports-f70ffacee41731879ddeee9019063653485ea8fc.tar.gz
ports-f70ffacee41731879ddeee9019063653485ea8fc.zip
Mark as broken on sparc64-8: needs stdlib.h instead of malloc.h. May
also affect amd64-8. Hat: portmgr
Notes
Notes: svn path=/head/; revision=239691
Diffstat (limited to 'astro')
-rw-r--r--astro/astrometry/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index fa6a9dc54a5c..36abfc57ace0 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -36,4 +36,10 @@ post-extract:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
+BROKEN= Does not build on sparc64-8
+.endif
+
+.include <bsd.port.post.mk>