kern/116943: /usr/include/objc missing objc-decls.h

Mark Linimon linimon at hub.freebsd.org
Sun Oct 7 20:08:39 PDT 2007


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
 


More information about the freebsd-bugs mailing list