diff options
Diffstat (limited to 'devel/gdb6/Makefile')
-rw-r--r-- | devel/gdb6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index 0914ce2f2209..a8e8ec2f7ecf 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -34,8 +34,8 @@ CFLAGS+= -DRL_NO_COMPAT -DKGDB .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not build on ia64 or sparc64" +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" || ${ARCH} == "alpha" +BROKEN= "Does not build on ia64, sparc64 or alpha" .endif .if ${OSVERSION} < 500000 |