[Bug 260484] x11/xorg-cf-files: Stop using 'l' option with 'ar'

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 13 Oct 2022 07:14:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260484

Yasuhiro Kimura <yasu@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #230194|0                           |1
        is obsolete|                            |

--- Comment #5 from Yasuhiro Kimura <yasu@freebsd.org> ---
Created attachment 237253
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237253&action=edit
Updated patch file

Update patch to fix the issue.

Version 1.0.7 includes the fix of the error but it assumes the issue is
specific to Linux and the error still happens on FreeBSD. So update patch to
fix the issue on FreeBSD as following.

1. Introduce new macro 'HasGnuAr'.
2. Change Imake.tmpl so it defines 'ArCmd' as 'ArCmdBase cq' if 'HasGnuAr' is
defined.
3. Define 'HasGnuAr' in both FreeBSD.cf and linux.cf.

I'm going to submit patch to upstream.

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