summarylogtreecommitdiffstats
path: root/include-optional-in-lispp.diff
AgeCommit message (Collapse)Author
2022-06-280.5.0-3: new maintainer, cleanup, fix buildJoe Baldino
Due to gcc-12 being more pedantic with respect to includes, need to patch lispp.hh to include <optional>. Otherwise build may fail. Have the PKGBUILD more closely follow the modern Arch Linux CMake template. Squashed a makepkg srcpath warning by adding -DNDEBUG to CFLAGS. The srcpath was being inserted by an assert(). NDEBUG takes care of that. Signed-off-by: Joe Baldino <pedanticdm@gmx.us>