From owner-svn-ports-head@freebsd.org Mon Oct 19 18:02:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE7FA19340; Mon, 19 Oct 2015 18:02:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C75F14BC; Mon, 19 Oct 2015 18:02:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9JI2nXP084568; Mon, 19 Oct 2015 18:02:49 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9JI2n8F084567; Mon, 19 Oct 2015 18:02:49 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201510191802.t9JI2n8F084567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 19 Oct 2015 18:02:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399704 - head/devel/gdb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 18:02:50 -0000 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 + #include + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include "ansidecl.h" + #include "libiberty.h" + #include "pathmax.h"