Fix build failure when using Swig 4. Taken from upstream: https://github.com/fifengine/fifengine/commit/d14f232f4cd9a00b05d6872957070e8c020f515d diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -893,7 +893,7 @@ if(build-python) find_package(PythonLibs ${PYTHON_VERSION_STRING} EXACT) include_directories(${PYTHON_INCLUDE_PATH}) - set(CMAKE_SWIG_FLAGS -modern -fastdispatch -dirvtable -nosafecstrings -noproxydel -fastproxy -fastinit -fastunpack -fastquery -modernargs -nobuildnone -keyword -w511 -w473 -w404 -w314) + set(CMAKE_SWIG_FLAGS -modern -fastdispatch -dirvtable -noproxydel -fastproxy -fastinit -fastunpack -fastquery -modernargs -keyword -w511 -w473 -w404 -w314) set_source_files_properties("${PROJECT_BINARY_DIR}/fife.i" PROPERTIES CPLUSPLUS ON) set(FIFE_SOURCES ${FIFE_CORE_SRC}) Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2018-11-06maint: Move substitute public keys to etc/substitutes....Ludovic Courtès
2018-11-06bash completion: Restore completion of available packages for 'guix build'....Ludovic Courtès
2018-10-14guix-install.sh: Recognize armhf-linux....Ludovic Courtès
2018-10-10etc: Use git-file-name if origin is git-fetch....Pierre Neidhardt
2018-07-13etc: snippets: Add guix-commit-message-use-https-home-page....Arun Isaac
2018-07-13etc: snippets: Add new build systems to package snippet....Arun Isaac
2018-07-03bash completion: Complete files names after 'guix weather -m'....Oleg Pykhalov
2018-07-03bash completion: Complete files names after 'guix build -L'....Oleg Pykhalov
2018-06-16Add guix-daemon Bash completion file....Oleg Pykhalov
2018-05-19guix-install.sh: Fix chk_require exiting without warning....Maxim Cournoyer