Subject: CVS commit: pkgsrc/lang/llvm
From: Jonathan Perkin
Date: 2018-01-08 11:48:34
Message id: 20180108104834.7ED25FBDE@cvs.NetBSD.org

Log Message:
llvm: Change how sys/regset.h workaround is implemented.

Previously a special override header was used via an additional include path,
but this extra include path was not exported to llvm-config so while llvm was
ok, dependencies wouldn't find the header and fail.

Instead just pull the changes directly inline into DataTypes.h so that they
are available everywhere.  Fixes the clang build on SunOS.  Bump PKGREVISION.

Files:
RevisionActionfile
1.28modifypkgsrc/lang/llvm/Makefile
1.13modifypkgsrc/lang/llvm/distinfo
1.1addpkgsrc/lang/llvm/patches/patch-CMakeLists.txt
1.1addpkgsrc/lang/llvm/patches/patch-include_llvm_Support_DataTypes.h.cmake