aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opencpn/CMakeList.txt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/opencpn/CMakeList.txt.patch')
-rw-r--r--testing/opencpn/CMakeList.txt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/opencpn/CMakeList.txt.patch b/testing/opencpn/CMakeList.txt.patch
deleted file mode 100644
index 8a1341d424..0000000000
--- a/testing/opencpn/CMakeList.txt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-index 967e558..27bad69 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -489,6 +489,9 @@ IF(OCPN_USE_CRASHREPORT)
- IF(CMAKE_BUILD_TYPE MATCHES "Rel*")
- MESSAGE (STATUS "Using Linux crash reporting")
- ADD_DEFINITIONS(-DLINUX_CRASHRPT)
-+ IF(EXISTS /etc/alpine-release)
-+ SET(EXTRA_LIBS ${EXTRA_LIBS} "execinfo")
-+ ENDIF(EXISTS alpine-release)
- ENDIF(CMAKE_BUILD_TYPE MATCHES "Rel*")
- ENDIF(NOT APPLE AND NOT QT_ANDROID AND NOT MINGW)
- ENDIF(MSVC