Jan Engelhardt
6afcedf9d0
- Update to version 3.2.6: * Please see Release Notes upstream at https://github.com/sirjuddington/SLADE/releases - Drop patches fixed upstream: * disable_sse.patch * 0001-build-add-cmake-option-to-skip-Lua-components-1175.patch - Disable patches that needs rebase or dropping: * basepk3.diff * wx.diff * clzma.diff - Rebase 0001-build-allow-deactivating-the-crash-handler-at-build-.patch - Replace wxWidgets-3_0-devel for wxWidgets-devel BuildRequires: Package builds just fine with the newer 3.2 version. - Add pkgconfig(libmpg123) BuildRequires: New dependency. OBS-URL: https://build.opensuse.org/package/show/games:tools/slade?expand=0&rev=44
13 lines
526 B
Diff
13 lines
526 B
Diff
--- SLADE-3.1.13/src/CMakeLists.txt.orig 2021-06-15 14:13:13.473287606 +0200
|
|
+++ SLADE-3.1.13/src/CMakeLists.txt 2021-06-15 14:13:28.233451010 +0200
|
|
@@ -159,9 +159,6 @@ if(APPLE)
|
|
set_source_files_properties(${OSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
|
endif(APPLE)
|
|
|
|
-# enable SSE instructions for dumb library
|
|
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_USE_SSE -msse")
|
|
-
|
|
if(USE_SANITIZER)
|
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=address")
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address")
|