commit 5b41bbab60c96ca3a3ec786098b2e058f3598afe
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Mon Feb 24 14:52:57 2020 -0500
Remove stonesense patch that got merged upstream.
53.patch | 23 -----------------------
dfhack.spec | 8 --------
2 files changed, 31 deletions(-)
---
diff --git a/dfhack.spec b/dfhack.spec
index f85542b..5fb9f96 100644
--- a/dfhack.spec
+++ b/dfhack.spec
@@ -79,9 +79,6 @@ Patch0: isoworld-external-allegro-agui.patch
# Patch to include cmath in isoworld.
Patch1: isoworld-cmath-include.patch
-# Patch to fix stonesense build failure on Fedora 30+
-Patch2:
https://github.com/DFHack/stonesense/pull/53.patch
-
# See
https://github.com/DFHack/dfhack/issues/961 for these isoworld issues.
# Patch to make protobuf build on F33/F32 with gcc 10.
@@ -223,11 +220,6 @@ cp -a %SOURCE3 library/include/
%patch0 -p1
%patch1 -p1
-# This is a patch for *Stonesense*.
-cd plugins/stonesense
-%patch2 -p1
-cd ../../
-
# Fix protobuf problem; there's probably a way to do this with the patch macro.
patch depends/protobuf/google/protobuf/message.cc %PATCH3