[MacPorts] #70869: gss @1.0.4: config.h:1001:37: an attribute list cannot appear here

MacPorts noreply at macports.org
Mon Sep 23 03:38:23 UTC 2024


#70869: gss @1.0.4: config.h:1001:37: an attribute list cannot appear here
---------------------------+---------------------
  Reporter:  ShadSterling  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.10.1
Resolution:                |   Keywords:  sequoia
      Port:  gss gettext   |
---------------------------+---------------------

Comment (by jmroot):

 The patch itself is relatively simple:
 {{{#!diff
 --- m4/extern-inline.m4.orig    2022-08-06 22:30:53
 +++ m4/extern-inline.m4 2024-09-23 10:44:31
 @@ -71,8 +71,8 @@
  # define _GL_EXTERN_INLINE extern
  # define _GL_EXTERN_INLINE_IN_USE
  #else
 -# define _GL_INLINE static _GL_UNUSED
 -# define _GL_EXTERN_INLINE static _GL_UNUSED
 +# define _GL_INLINE _GL_UNUSED static
 +# define _GL_EXTERN_INLINE _GL_UNUSED static
  #endif

  /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
 }}}
 It's just a matter of applying it in the right place, which AFAICT is
 gettext.

-- 
Ticket URL: <https://trac.macports.org/ticket/70869#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list