summarylogtreecommitdiffstats
path: root/swig4.patch
diff options
context:
space:
mode:
authorChris Oelmueller2022-03-19 17:30:12 +0100
committerChris Oelmueller2022-03-19 17:30:38 +0100
commitcf3470c3772e9a148351e8a094439e84ca27e809 (patch)
treee8ffcb5e8fd2eeb47d9bea78dbb6320e8b258c9d /swig4.patch
parent1eb628b95487c618e6a1f494cc65e1f247b8a3ad (diff)
downloadaur-cf3470c3772e9a148351e8a094439e84ca27e809.tar.gz
fife-git: Remove no-longer needed SWIG 4 patch
Diffstat (limited to 'swig4.patch')
-rw-r--r--swig4.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/swig4.patch b/swig4.patch
deleted file mode 100644
index 1c57e2dc7b0a..000000000000
--- a/swig4.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From d14f232f4cd9a00b05d6872957070e8c020f515d Mon Sep 17 00:00:00 2001
-From: Thomas Kowaliczek-Schmer <linuxdonald@posteo.de>
-Date: Wed, 22 May 2019 16:04:43 +0200
-Subject: [PATCH] removed flags that are not supported with swig 4.0
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 126322ce0..25c695630 100644
---- 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 -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)
- set(FIFE_SOURCES ${FIFE_CORE_SRC})