summarylogtreecommitdiffstats
path: root/swig4.patch
diff options
context:
space:
mode:
authorChris Oelmueller2021-04-04 20:12:47 +0200
committerChris Oelmueller2021-04-04 20:40:17 +0200
commitb01248f4af2c01f18225dad348ca07f364d9f09a (patch)
tree8e0969e86ec81eaaccdb1b92d5f5fe4c21a81286 /swig4.patch
parent0d13ad4dbacb0f555961e2fd5f24688deca18043 (diff)
downloadaur-b01248f4af2c01f18225dad348ca07f364d9f09a.tar.gz
fife-git: Update swig4 patch to latest HEAD
Diffstat (limited to 'swig4.patch')
-rw-r--r--swig4.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig4.patch b/swig4.patch
index d2318e71aa80..1c57e2dc7b0a 100644
--- a/swig4.patch
+++ b/swig4.patch
@@ -15,7 +15,7 @@ index 126322ce0..25c695630 100644
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(CMAKE_SWIG_FLAGS -fastdispatch -dirvtable -fastproxy -keyword -w511 -w473 -w404 -w314)
set_source_files_properties("${PROJECT_BINARY_DIR}/fife.i" PROPERTIES CPLUSPLUS ON)