diff options
author | Sam James <sam@gentoo.org> | 2022-09-18 02:25:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-18 02:26:07 +0100 |
commit | c866f812d4ed8fd185016b97b5fdc9ac6a43d458 (patch) | |
tree | 7b849372f0ec517f1711ee5fd8bd55573c7279ee /x11-plugins/asmem/files | |
parent | net-misc/rwhoisd: add github upstream metadata (diff) | |
download | gentoo-c866f812d4ed8fd185016b97b5fdc9ac6a43d458.tar.gz gentoo-c866f812d4ed8fd185016b97b5fdc9ac6a43d458.tar.bz2 gentoo-c866f812d4ed8fd185016b97b5fdc9ac6a43d458.zip |
x11-plugins/asmem: update EAPI 6 -> 8, fix implicit func. declarations
Closes: https://bugs.gentoo.org/870679
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/asmem/files')
-rw-r--r-- | x11-plugins/asmem/files/configure-implicit-func-decls.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-plugins/asmem/files/configure-implicit-func-decls.patch b/x11-plugins/asmem/files/configure-implicit-func-decls.patch new file mode 100644 index 000000000000..0361c3e6e9b4 --- /dev/null +++ b/x11-plugins/asmem/files/configure-implicit-func-decls.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/870679 + +Generated file and configure.in is written for autoconf 2.13. +--- a/configure ++++ b/configure +@@ -751,7 +751,7 @@ cat > conftest.$ac_ext << EOF + #line 752 "configure" + #include "confdefs.h" + +-main(){return(0);} ++int main(){return(0);} + EOF + if { (eval echo configure:757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + ac_cv_prog_cc_works=yes |