Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2007 20:57:06 +0800
From:      "Vanilla I. Shu" <vanilla@freebsd.org>
To:        current@freebsd.org
Subject:   patch for objc include files
Message-ID:  <20070829125706.GA36689@fatpipi.cirx.org>

next in thread | raw e-mail | index | archive | help

--3MwIy2ne0vdjdPXF
Content-Type: text/plain; charset=big5
Content-Disposition: inline

Hi:

could someone to review this patch and commit it?

/usr/include/objc/objc-api.h need to include objc-decls.h

but it will not install by current objc Makefile.

thanks.

--
this patch will resolve broken of ports/lang/ofc.

--3MwIy2ne0vdjdPXF
Content-Type: text/plain; charset=big5
Content-Disposition: attachment; filename="diff.objc"

--- gnu/lib/libobjc/Makefile.orig	2007-08-29 20:35:38.780575573 +0800
+++ gnu/lib/libobjc/Makefile	2007-08-29 20:35:49.764902910 +0800
@@ -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
 

--3MwIy2ne0vdjdPXF--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070829125706.GA36689>