svn commit: r399704 - head/devel/gdb/files

Jung-uk Kim jkim at FreeBSD.org
Mon Oct 19 18:02:50 UTC 2015


Author: jkim
Date: Mon Oct 19 18:02:49 2015
New Revision: 399704
URL: https://svnweb.freebsd.org/changeset/ports/399704

Log:
  Fix build with KGDB option.

Added:
  head/devel/gdb/files/patch-gdb_common_common-defs.h   (contents, props changed)

Added: head/devel/gdb/files/patch-gdb_common_common-defs.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/gdb/files/patch-gdb_common_common-defs.h	Mon Oct 19 18:02:49 2015	(r399704)
@@ -0,0 +1,12 @@
+--- gdb/common/common-defs.h.orig	2015-07-06 19:57:46 UTC
++++ gdb/common/common-defs.h
+@@ -34,7 +34,9 @@
+ #include <stdint.h>
+ #include <string.h>
+ #include <errno.h>
++#ifndef __FreeBSD__
+ #include <alloca.h>
++#endif
+ #include "ansidecl.h"
+ #include "libiberty.h"
+ #include "pathmax.h"


More information about the svn-ports-all mailing list