diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-24 23:28:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-24 23:28:37 +0000 |
commit | 0e5a9c71c81a925c97f4886f3cd94c578dc6d39b (patch) | |
tree | 6d3ff5e3c8c72f19fd53cddcd48aef5c22faa08a /x11-wm | |
parent | Mark as broken: fails to install. (diff) |
Mark as broken in i386: gets core dump while trying to install.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=202824
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 2acba9f104ab..23526c549585 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -68,6 +68,9 @@ CONFIGURE_ARGS+= --disable-savewindows .include <bsd.port.pre.mk> +.if ${ARCH} == "i386" +BROKEN= Does not install on i386 (core dump) +.endif .if ${ARCH} == "sparc64" BROKEN= Does not build on sparc64 .endif |