head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	old_RELEASE_8_1_0:1.1
	old_RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.58.48;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.08.23.21.02.09;	author jkim;	state Exp;
branches;
next	1.2;

1.2
date	2010.10.08.14.00.31;	author brooks;	state Exp;
branches;
next	1.1;

1.1
date	2010.02.16.18.27.16;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@
$FreeBSD: head/lang/clang/files/patch-tools_clang_lib_Headers_Makefile 303039 2012-08-23 21:02:09Z jkim $

--- tools/clang/lib/Headers/Makefile.orig
+++ tools/clang/lib/Headers/Makefile
@@@@ -13,7 +13,7 @@@@
 # FIXME: Get version from a common place.
 HeaderDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/1.0/include
 
-HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.h))
+HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*mm*.h))
 
 OBJHEADERS := $(addprefix $(HeaderDir)/, $(HEADERS))
 
@


1.3
log
@SVN rev 303039 on 2012-08-23 21:02:09Z by jkim

Pull in r159895 from upstream to match Clang in the FreeBSD 9.1 base system:

http://svnweb.freebsd.org/base?view=revision&revision=238554

Approved by:	brooks (maintainer)
@
text
@d2 1
a2 1
$FreeBSD$
@


1.2
log
@Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.

The Clang port has now been updated to avoid building LLVM twice.
@
text
@d2 1
a2 1
$FreeBSD: ports/devel/llvm-devel/files/patch-tools_clang_lib_Headers_Makefile,v 1.2 2009/03/04 17:00:44 brooks Exp $
@


1.1
log
@Only install compiler headers we don't provide as part of the BSD base.
This should fix some compilation problems and we've been doing it in
devel/llvm-devel for ages.

Feature safe:	yes
Reported by:	rdivacky
@
text
@@

