Skip to content

Commit

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

patchfiles patch-fix-m4.diff
patchfiles patch-fix-m4.diff \
gettext-vers.patch \
_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 @@
--- 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),
11 changes: 11 additions & 0 deletions security/gss/files/gettext-vers.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- configure.ac.orig 2022-08-06 20:11:21
+++ configure.ac 2024-09-24 11:17:29
@@ -57,7 +57,7 @@

# Internationalization.
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])

# https://developer.gnome.org/gtk-doc-manual/stable/settingup_autoconf.html.en
m4_ifdef([GTK_DOC_CHECK], [

0 comments on commit 2d20341

Please sign in to comment.