Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 18:02:49 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399704 - head/devel/gdb/files
Message-ID:  <201510191802.t9JI2n8F084567@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510191802.t9JI2n8F084567>