orbea
orbea
dev-libs/libressl: `3.8.2` app-forensics/yara: `4.4.0`, `9999` ``` libyara/modules/pe/authenticode-parser/countersignature.c: In function 'ms_countersig_new': libyara/modules/pe/authenticode-parser/countersignature.c:302:3: error: implicit declaration of function 'TS_VERIFY_CTX_init'; did you mean 'TS_VERIFY_CTX_new'? [-Werror=implicit-function-declaration] 302 | TS_VERIFY_CTX_init(ctx); | ^~~~~~~~~~~~~~~~~~ | TS_VERIFY_CTX_new cc1:...
postfix for a long time has failed to build with libressl with unknown types and implicit function declarations. ``` tls_misc.c: In function 'tls_library_init': tls_misc.c:705:5: error: unknown type name 'OPENSSL_INIT_SETTINGS'; did...
@notaz Small change to improve portability when using `-std=gnu99`. These are already defined in `memory.h` so they can be removed in `videoport.c` which includes the former file. Also added the...
minetest: `5.2.0` craftguide: https://github.com/minetest-mods/craftguide/commit/8c7408f66f0483ff064f004b29dc69de158b3a74 When using the craftguide book or sign the arrows are overlapping with the number of usages or recipes. While its still usable, its distracting and much...
In commit https://github.com/Grumbel/sdl-jstest/commit/5bc418e7f12b6da24992b414d1e06ce424d30e5c the appdata files were removed, but the `BUILD_TESTS` cmake option remained. https://github.com/Grumbel/sdl-jstest/blob/a73cfcbd95ec3fb62e65340f1e3ec43648e50491/CMakeLists.txt#L52-L55 It now does nothing since the appdata files are gone, what was the intent here?...
This copies the AC_SEARCH_LIBS check from the main strongswan configure.ac. When building networkmanager-strongswan with slibtool if fails. ``` ld: cannot find none: No such file or directory ld: cannot find...
When building with slibtool using the rlibtool symlink the build will fail because it doesn't find the generated libtool. This is required so rlibtool can determine if its a shared...
I know this is old, but I have xdelta installed and whenever I run `autoreconf -fi` I get these warnings (With gegl for example). Its rather annoying and it would...
OS: `Slackware64-current` wine-nine-standalone: https://github.com/iXit/wine-nine-standalone/commit/b41e162549196f0a88c603609d8a69c4bcf44171 mesa: https://github.com/mesa3d/mesa/commit/21c795ab0723cf0595768ea3f2165c10e89fd8c1 wine: `4.11` d3d8to9: `1.9.2` GPU: `RX Vega 56` I am trying to run the game Xanadu Next. https://appdb.winehq.org/objectManager.php?sClass=version&iId=26343 This game uses `d3d8`, but its...
When linking with internal dependencies the correct way is to add the libtool archives (.la) files to the appropriate LIBADD or LDADD variables. This fixes a build issue when using...