CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/09/13 05:56:32
Modified files:
devel/llvm : Makefile.inc
devel/llvm/13 : Makefile
devel/llvm/13/pkg: PLIST-main
devel/llvm/16 : Makefile
devel/llvm/16/pkg: PLIST-main
Log message:
remove headers conflicting with base from the compiler's include path
we want the headers from base to be picked up so remove them from
ports as well in case they exist in /usr/include
${CLANG_INCLUDE_PATH}/float.h
${CLANG_INCLUDE_PATH}/inttypes.h
${CLANG_INCLUDE_PATH}/iso646.h
${CLANG_INCLUDE_PATH}/limits.h
${CLANG_INCLUDE_PATH}/stdarg.h
${CLANG_INCLUDE_PATH}/stdbool.h
${CLANG_INCLUDE_PATH}/stddef.h
${CLANG_INCLUDE_PATH}/stdint.h
${CLANG_INCLUDE_PATH}/tgmath.h
${CLANG_INCLUDE_PATH}/varargs.h