diff options
Diffstat (limited to 'sys-devel/llvm/llvm-3.4.2-r100.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.4.2-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.4.2-r100.ebuild b/sys-devel/llvm/llvm-3.4.2-r100.ebuild index 97394372a2dd..56a9d131e6e0 100644 --- a/sys-devel/llvm/llvm-3.4.2-r100.ebuild +++ b/sys-devel/llvm/llvm-3.4.2-r100.ebuild @@ -174,7 +174,7 @@ multilib_src_configure() { if use libffi; then local CPPFLAGS=${CPPFLAGS} - append-cppflags "$(pkg-config --cflags libffi)" + append-cppflags "$($(tc-getPKG_CONFIG) --cflags libffi)" fi # llvm prefers clang over gcc, so we may need to force that |