[Bug 270121] devel/llvm16: 'llvm-config --libs' doesn't print the path to the LLVM library (same for other devel/llvmN)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 Mar 2023 19:42:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270121

            Bug ID: 270121
           Summary: devel/llvm16: 'llvm-config --libs' doesn't print the
                    path to the LLVM library (same for other devel/llvmN)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks@FreeBSD.org
          Reporter: yuri@freebsd.org
             Flags: maintainer-feedback?(brooks@FreeBSD.org)
          Assignee: brooks@FreeBSD.org

Current behavior:
> $ /usr/local/llvm16/bin/llvm-config --libs all
> -lLLVM-16


It should be:
> $ /usr/local/llvm16/bin/llvm-config --libs all
> -L/usr/local/llvm16/lib -lLLVM-16


I believe that all devel/llvmN ports suffer from this.

-- 
You are receiving this mail because:
You are the assignee for the bug.