summarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-02-060.1.2-2: fix build with newer gcc, new maintainerJoe Baldino
Took over maintainership of this package. Style update, as well as removal of inline vim directives. Removed a superfluous variable for the download URL, as it's only ever used once. Removed a sneaky gitignore file. Quick patch for a missing include. It builds now (with gcc). Upstream code uses assert(), which can-- and does-- hard-code file paths into the binary. Makepkg will emit warnings about this. So, append -DNDEBUG to [C,CXX]FLAGS. Also, ensure RPATHs are not hard-coded into the binary. TODO: Doesn't seem to build with clang. Upstream CMakeLists hard-codes, e.g., arbitrary optimizer flags. This is contrary to ArchLinux packaging guidelines as it could override end-users' makepkg settings. Signed-off-by: Joe Baldino <pedanticdm@gmx.us>
2020-11-27Add to AURcaltlgin