diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-16 04:54:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-16 04:54:48 +0000 |
commit | 5ea05995d95a147ae223787661797fcbb658241b (patch) | |
tree | d1cb5c31849d7b443c1c15788f33518aca944cbf /graphics/icoutils | |
parent | e24898dac642520a7d315674587f0bb9c336952c (diff) | |
download | ports-5ea05995d95a147ae223787661797fcbb658241b.tar.gz ports-5ea05995d95a147ae223787661797fcbb658241b.zip |
Mark as broken on sparc64: fails to link.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=239631
Diffstat (limited to 'graphics/icoutils')
-rw-r--r-- | graphics/icoutils/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index 41d0ab08f397..3bcd09d6f9cc 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -29,4 +29,10 @@ PLIST_FILES= \ bin/icotool \ bin/wrestool -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not link on sparc64 +.endif + +.include <bsd.port.post.mk> |