Skip to content

Commit

Permalink
gss fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Sep 23, 2024
1 parent ea267ae commit d1fb735
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/gss/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ checksums rmd160 6eb222b750116d274991e79c64411ee89770f185 \
sha256 ecceabdef4cae3fce7218b2ecb83eb4227dba44b53b61b8c2b2e88ae02419c73 \
size 1548407

patchfiles patch-fix-m4.diff
patchfiles patch-fix-m4.diff \
_GL_INLINE.patch

# We are patching .m4 files
use_autoreconf yes
Expand Down
13 changes: 13 additions & 0 deletions security/gss/files/_GL_INLINE.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- config.h.in.orig 2022-08-06 23:19:44
+++ config.h.in 2024-09-23 10:34:50
@@ -1187,8 +1187,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),

0 comments on commit d1fb735

Please sign in to comment.