aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/gdb52/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gdb52/Makefile b/devel/gdb52/Makefile
index aad25b9dd00a..260578884d54 100644
--- a/devel/gdb52/Makefile
+++ b/devel/gdb52/Makefile
@@ -22,6 +22,10 @@ COMMENT= GNU GDB 5.2 developmental snapshot
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Configure fails on amd64"
+.endif
+
NO_LATEST_LINK= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes