diff options
Diffstat (limited to 'media-libs/allegro/files/allegro-4.4.2-rpath.patch')
-rw-r--r-- | media-libs/allegro/files/allegro-4.4.2-rpath.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/media-libs/allegro/files/allegro-4.4.2-rpath.patch b/media-libs/allegro/files/allegro-4.4.2-rpath.patch new file mode 100644 index 000000000000..57bdb6bf8d0e --- /dev/null +++ b/media-libs/allegro/files/allegro-4.4.2-rpath.patch @@ -0,0 +1,8 @@ +--- setup/CMakeLists.txt ++++ setup/CMakeLists.txt +@@ -1,3 +1,5 @@ ++set(CMAKE_SKIP_BUILD_RPATH TRUE) ++ + add_our_executable(setup setup.c) + copy_files(copy_setup_data setup.dat) + |