From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 8 03:08:39 2007 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 991) id 42CDE16A41A; Mon, 8 Oct 2007 03:08:39 +0000 (UTC) Date: Mon, 8 Oct 2007 03:08:39 +0000 From: Mark Linimon To: linimon@FreeBSD.org Message-ID: <20071008030839.GB82683@hub.freebsd.org> References: <200710080049.l980nhwN050604@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710080049.l980nhwN050604@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/116943: /usr/include/objc missing objc-decls.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 03:08:39 -0000 Here's a patch as suggested by kan. Note: I have not yet done a buildworld to test this. Index: Makefile =================================================================== RCS file: /home/FreeBSD/ncvs/src/gnu/lib/libobjc/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 19 May 2007 05:52:28 -0000 1.31 +++ Makefile 7 Oct 2007 22:04:32 -0000 @@ -13,7 +13,7 @@ nil_method.c NXConstStr.m Object.m objects.c Protocol.m sarray.c \ selector.c sendmsg.c thr.c thr-objc.c exception.c -INCS= encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h \ +INCS= encoding.h hash.h objc-api.h objc-decls.h objc-list.h objc.h runtime.h \ sarray.h thr.h typedstream.h NXConstStr.h Object.h Protocol.h INCSDIR=${INCLUDEDIR}/objc