summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-10-18 23:09:22 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-10-18 23:09:22 +0100
commit6ad4cd876224d1f588a427c2d103889e538ddc66 (patch)
tree6bca630bb9ca24925609ed8e26ed17cbac9affae /games-strategy/hedgewars/files
parentgames-strategy/hedgewars: Drop obsolete patches in 1.0.0 (diff)
downloadgentoo-6ad4cd876224d1f588a427c2d103889e538ddc66.tar.gz
gentoo-6ad4cd876224d1f588a427c2d103889e538ddc66.tar.bz2
gentoo-6ad4cd876224d1f588a427c2d103889e538ddc66.zip
games-strategy/hedgewars: Drop old 0.9.25
Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-strategy/hedgewars/files')
-rw-r--r--games-strategy/hedgewars/files/hedgewars-0.9.22-rpath-fix.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/games-strategy/hedgewars/files/hedgewars-0.9.22-rpath-fix.patch b/games-strategy/hedgewars/files/hedgewars-0.9.22-rpath-fix.patch
deleted file mode 100644
index 881c0d3217d6..000000000000
--- a/games-strategy/hedgewars/files/hedgewars-0.9.22-rpath-fix.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/cmake_modules/paths.cmake 2015-12-02 15:02:38.000000000 +0100
-+++ b/cmake_modules/paths.cmake 2015-12-02 15:15:24.729980850 +0100
-@@ -67,5 +67,5 @@ else(APPLE AND NOT (${CMAKE_INSTALL_PREF
- # - the third one is the full path of the system dir
- #source http://www.cmake.org/pipermail/cmake/2008-January/019290.html
- #skip this if the install prefix is the standard one
-- set(CMAKE_INSTALL_RPATH "$ORIGIN/../${target_library_install_dir}/:$ORIGIN/:${CMAKE_INSTALL_PREFIX}/${target_library_install_dir}/")
-+ #set(CMAKE_INSTALL_RPATH "$ORIGIN/../${target_library_install_dir}/:$ORIGIN/:${CMAKE_INSTALL_PREFIX}/${target_library_install_dir}/")
- endif(APPLE)