diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:07:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:07:46 +0000 |
commit | 502f1247823608a69b3e3d367fbcb356d2aefcdd (patch) | |
tree | 9d77ecfa0b090d407f784bbd81baf4f49af13d7f /devel/gdb6 | |
parent | BROKEN: Broken pkg-plist (diff) |
BROKEN on alpha: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'devel/gdb6')
-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 |