Date: Mon, 8 Oct 2007 03:08:39 +0000 From: Mark Linimon <linimon@hub.freebsd.org> To: linimon@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/116943: /usr/include/objc missing objc-decls.h Message-ID: <20071008030839.GB82683@hub.freebsd.org> In-Reply-To: <200710080049.l980nhwN050604@freefall.freebsd.org> References: <200710080049.l980nhwN050604@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071008030839.GB82683>