diff options
author | M.Dinslage <daedra1980@gmail.com> | 2019-04-06 05:47:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-06 06:50:15 +0700 |
commit | 4473c98f20b17650f8430c0179f8a8e46b7a289a (patch) | |
tree | 3d4e64bfd769c6d3b2b8f4c6c876bb02f344b57d /gis/opencpn/opencpn-4.4.0-multilib-strict.patch | |
parent | f9cdef357bb2e32cc2f4b1238bf53fed62c721d8 (diff) |
gis/opencpn: Updated for version 5.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/opencpn/opencpn-4.4.0-multilib-strict.patch')
-rw-r--r-- | gis/opencpn/opencpn-4.4.0-multilib-strict.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gis/opencpn/opencpn-4.4.0-multilib-strict.patch b/gis/opencpn/opencpn-4.4.0-multilib-strict.patch deleted file mode 100644 index f832e01a7e969..0000000000000 --- a/gis/opencpn/opencpn-4.4.0-multilib-strict.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up OpenCPN-4.4.0/CMakeLists.txt.orig OpenCPN-4.4.0/CMakeLists.txt ---- OpenCPN-4.4.0/CMakeLists.txt.orig 2016-10-22 03:24:56.824710722 -0500 -+++ OpenCPN-4.4.0/CMakeLists.txt 2016-10-22 03:28:10.592724737 -0500 -@@ -101,6 +101,9 @@ IF (NOT WIN32) - IF (EXISTS /etc/gentoo-release) - SET (LIB_INSTALL_DIR "lib${LIB_SUFFIX}") - ENDIF (EXISTS /etc/gentoo-release) -+ IF (EXISTS /etc/slackware-version) -+ SET (LIB_INSTALL_DIR "lib${LIB_SUFFIX}") -+ ENDIF (EXISTS /etc/slackware-version) - IF(APPLE) - IF (CMAKE_SIZEOF_VOID_P MATCHES "8") - # IF (CMAKE_OSX_64) |