[Bug 276143] multimedia/gpac-libgpac: fix build with clang 18

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 06 Jan 2024 11:39:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276143

            Bug ID: 276143
           Summary: multimedia/gpac-libgpac: fix build with clang 18
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: dim@FreeBSD.org
          Assignee: multimedia@FreeBSD.org
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)

Clang 18 no longer accepts -export-dynamic, which is a linker option,
resulting in an error building multimedia/gpac-libgpac:

  cc: error: unknown argument: '-export-dynamic'

Fix this by using the correct spelling, -Wl,--export-dynamic.

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