diff options
author | kris <kris@FreeBSD.org> | 2004-11-24 09:57:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-24 09:57:31 +0800 |
commit | c487438ef338afa6df2f5faabc34c4c0dc4649e3 (patch) | |
tree | a6902e1c5b4a5295f184e4eada3bcfee7852eb6b /graphics/libemf | |
parent | 3dedd9740443dd5a00979e94bf3dea494d35f151 (diff) | |
download | freebsd-ports-gnome-c487438ef338afa6df2f5faabc34c4c0dc4649e3.tar.gz freebsd-ports-gnome-c487438ef338afa6df2f5faabc34c4c0dc4649e3.tar.zst freebsd-ports-gnome-c487438ef338afa6df2f5faabc34c4c0dc4649e3.zip |
BROKEN on sparc64: Does not compile
Diffstat (limited to 'graphics/libemf')
-rw-r--r-- | graphics/libemf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile index 4283b07f1944..34733edcd629 100644 --- a/graphics/libemf/Makefile +++ b/graphics/libemf/Makefile @@ -17,6 +17,10 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |