PORTNAME= gdb
PORTVERSION= 7.10
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= GNU
index dfaa8a3..182d875 100644
--- gdb/Makefile.in
+++ gdb/Makefile.in
@@ -207,7 +207,8 @@
# Generated headers in the gnulib directory. These must be listed
# so that they are generated before other files are compiled.
-GNULIB_H = $(GNULIB_BUILDDIR)/import/string.h @GNULIB_STDINT_H@
+GNULIB_H = $(GNULIB_BUILDDIR)/import/string.h \
+ $(GNULIB_BUILDDIR)/import/alloca.h @GNULIB_STDINT_H@
#
# CLI sub directory definitons
@@ -650,7 +650,8 @@ ALL_64_TARGET_OBS = \
ia64-linux-tdep.o ia64-vms-tdep.o ia64-tdep.o \
mips64obsd-tdep.o \
ret = beneath->to_wait (beneath, ptid, ourstatus, options);
if (GET_PID(ret) >= 0 &&
( ourstatus->kind == TARGET_WAITKIND_STOPPED ||
ourstatus->kind == TARGET_WAITKIND_VFORKED ||
ourstatus->kind == TARGET_WAITKIND_FORKED ) )
{
lwp = get_current_lwp (GET_PID(ret));