diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2022-07-08 20:53:03 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2022-07-08 20:53:03 +0000 |
commit | 2d7c6781aa2386b5dcbf116003a150cdd132375c (patch) | |
tree | a39693ec7e43958361bfe7c3c2e8f867245bb91c /x11-wm/afterstep-stable | |
parent | d4e027941cb6baa41146054dde738b48c68e5a16 (diff) |
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/files/patch-libAfterBase-selfdiag.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-libAfterBase-selfdiag.c b/x11-wm/afterstep-stable/files/patch-libAfterBase-selfdiag.c new file mode 100644 index 000000000000..12a37a2ba82b --- /dev/null +++ b/x11-wm/afterstep-stable/files/patch-libAfterBase-selfdiag.c @@ -0,0 +1,14 @@ +--- libAfterBase/selfdiag.c.orig 2022-07-08 13:20:45.173997000 -0700 ++++ libAfterBase/selfdiag.c 2022-07-08 13:22:14.990203000 -0700 +@@ -89,6 +89,11 @@ + proc_tables _ptabs; + char *_elf_start = (char *)0x08048000; + ++#ifdef HAVE_ELF_H ++# if (defined(HAVE_ELF32_DYN_D_TAG) || defined(HAVE_ELF64_DYN_D_TAG)) && HAVE_DECL_ELFW ++extern ElfW(Dyn) _DYNAMIC[]; ++#endif ++#endif + + void + get_proc_tables (proc_tables * ptabs) |