diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:57:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:57:09 +0000 |
commit | 2ce360e47c0a7b8bb9910cf91ca2e6491879672b (patch) | |
tree | f41f7f91182f38d73a0ab67e13e3010a1c563057 /graphics/bugle | |
parent | d794529c2a96392fa752b4bced689f730e9b8a5b (diff) | |
download | ports-2ce360e47c0a7b8bb9910cf91ca2e6491879672b.tar.gz ports-2ce360e47c0a7b8bb9910cf91ca2e6491879672b.zip |
Mark as broken on sparc64: fails to link.
Notes
Notes:
svn path=/head/; revision=206571
Diffstat (limited to 'graphics/bugle')
-rw-r--r-- | graphics/bugle/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index a9a5660108bc..22552ef08df4 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -65,6 +65,10 @@ CONFIGURE_ARGS+=--with-threads=pthreads CONFIGURE_ARGS+=--with-threads=single .endif +.if ${ARCH} == "sparc64" +BROKEN= Fails to link +.endif + post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/gentokens/find_header.perl |