diff options
author | Alexander Edland <s@ocv.me> | 2018-08-05 02:20:25 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2018-08-05 04:02:18 +0200 |
commit | d7f2885f1d94f54ceea0f5e9b79e6e92e1ef7df5 (patch) | |
tree | aa9b472226d726ff0e0662a3c4f47045f8017ec4 /testing/mgba/no-rpath.patch | |
parent | e41ff98770060e26b0a3211e2bfaa066ac44fca4 (diff) | |
download | aports-d7f2885f1d94f54ceea0f5e9b79e6e92e1ef7df5.tar.bz2 aports-d7f2885f1d94f54ceea0f5e9b79e6e92e1ef7df5.tar.xz |
testing/mgba: new aport
Diffstat (limited to 'testing/mgba/no-rpath.patch')
-rw-r--r-- | testing/mgba/no-rpath.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/mgba/no-rpath.patch b/testing/mgba/no-rpath.patch new file mode 100644 index 0000000000..ad2d3d871b --- /dev/null +++ b/testing/mgba/no-rpath.patch @@ -0,0 +1,16 @@ +--- mgba-0.6.3/CMakeLists.txt ++++ mgba-0.6.3-mod/CMakeLists.txt +@@ -108,13 +108,10 @@ + if (BUILD_OPENEMU) + set(OE_LIBDIR "${LIBDIR}" CACHE PATH "Installed library directory (OpenEmu)") + mark_as_advanced(OE_LIBDIR) + endif() + +- +-set(CMAKE_INSTALL_RPATH "${LIBDIR}") +- + if (NOT DEFINED MANDIR) + set(MANDIR ${CMAKE_INSTALL_MANDIR}) + endif() + + # Function definitions |