mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
- After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h which
we did not install. Install objc-decls.h to fix. PR: 116943 Reported by: beech Submitted by: vanilla on -current, kan MFC after: 1 week
This commit is contained in:
parent
80a7dddf49
commit
224803e1fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172553
@ -13,7 +13,7 @@ SRCS= archive.c class.c encoding.c gc.c hash.c init.c linking.m misc.c \
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user