[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #7 from Tatsuki Makino --- Created attachment 251127 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=251127&action=edit ad-hoc patch for www/chromium I don't think we should do it like this patch :), but I think it wi

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #6 from Florian Walpen --- I'm currently experimenting with the internal SQLite of devel/qtcreator, which is easier to test for me. Appending " && !defined(__FreeBSD__)" to the exceptions for APPLE and DARWIN works, but I think

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 Florian Walpen changed: What|Removed |Added CC||pavelivol...@gmail.com --- Commen

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #4 from Tatsuki Makino --- The reason why alloca is not defined is likely to be the following part. # 14123 "../../third_party/sqlite/src/amalgamation/sqlite3.c" #define _XOPEN_SOURCE 600 This defines _POSIX_C_SOURCE and makes