diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 17:43:11 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 17:43:11 +0800 |
commit | feb7d36eb05c72f9e54b6f0b125cf7da8c704108 (patch) | |
tree | 05b2f8cfc478b71e1240baf45132ec408db304c6 /textproc/exempi | |
parent | 5d4ea25ee90a8450d9424d39ef6c774a840a634a (diff) | |
download | freebsd-ports-gnome-feb7d36eb05c72f9e54b6f0b125cf7da8c704108.tar.gz freebsd-ports-gnome-feb7d36eb05c72f9e54b6f0b125cf7da8c704108.tar.zst freebsd-ports-gnome-feb7d36eb05c72f9e54b6f0b125cf7da8c704108.zip |
Nope, still broken on sparc64.
Diffstat (limited to 'textproc/exempi')
-rw-r--r-- | textproc/exempi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index 3dc1af99e8d5..b0a2191bff69 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -31,8 +31,8 @@ post-patch: .include <bsd.port.pre.mk> -#.if ${ARCH} == "sparc64" -#BROKEN= Does not compile on sparc64 -#.endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif .include <bsd.port.post.mk> |