diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-16 20:08:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-17 00:25:55 +0200 |
commit | cc402fa4548fc878e06c5fa778c519feeee27334 (patch) | |
tree | 646b673348f8cea5ef975ce445935f707c6f294b /media-libs/allegro/files | |
parent | app-portage/gemato: Enable py3.7 (diff) | |
download | gentoo-cc402fa4548fc878e06c5fa778c519feeee27334.tar.gz gentoo-cc402fa4548fc878e06c5fa778c519feeee27334.tar.bz2 gentoo-cc402fa4548fc878e06c5fa778c519feeee27334.zip |
media-libs/allegro: 4.4.2-r1 EAPI-6 bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'media-libs/allegro/files')
4 files changed, 8 insertions, 8 deletions
diff --git a/media-libs/allegro/files/allegro-4.4.2-gentoo.patch b/media-libs/allegro/files/allegro-4.4.2-gentoo.patch index 119d9c789508..660a48437e6d 100644 --- a/media-libs/allegro/files/allegro-4.4.2-gentoo.patch +++ b/media-libs/allegro/files/allegro-4.4.2-gentoo.patch @@ -1,5 +1,5 @@ ---- docs/CMakeLists.txt.old 2012-03-04 20:20:05.566881387 +0100 -+++ docs/CMakeLists.txt 2012-03-04 20:20:50.659714153 +0100 +--- a/docs/CMakeLists.txt 2012-03-04 20:20:05.566881387 +0100 ++++ b/docs/CMakeLists.txt 2012-03-04 20:20:50.659714153 +0100 @@ -71,11 +71,12 @@ string(REGEX MATCH "[^/]*._tx" basename ${page}) string(REPLACE "._tx" "" basename ${basename}) diff --git a/media-libs/allegro/files/allegro-4.4.2-rpath.patch b/media-libs/allegro/files/allegro-4.4.2-rpath.patch index 57bdb6bf8d0e..ab646e485d95 100644 --- a/media-libs/allegro/files/allegro-4.4.2-rpath.patch +++ b/media-libs/allegro/files/allegro-4.4.2-rpath.patch @@ -1,5 +1,5 @@ ---- setup/CMakeLists.txt -+++ setup/CMakeLists.txt +--- a/setup/CMakeLists.txt ++++ b/setup/CMakeLists.txt @@ -1,3 +1,5 @@ +set(CMAKE_SKIP_BUILD_RPATH TRUE) + diff --git a/media-libs/allegro/files/allegro-4.4.2-shared.patch b/media-libs/allegro/files/allegro-4.4.2-shared.patch index 665c03e31204..7b4417d35c1e 100644 --- a/media-libs/allegro/files/allegro-4.4.2-shared.patch +++ b/media-libs/allegro/files/allegro-4.4.2-shared.patch @@ -1,5 +1,5 @@ ---- CMakeLists.txt -+++ CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt @@ -830,7 +830,7 @@ option(WANT_LOGG "Enable logg" on) option(WANT_JPGALLEG "Enable JPGAlleg" on) diff --git a/media-libs/allegro/files/allegro-4.4.2-underlink.patch b/media-libs/allegro/files/allegro-4.4.2-underlink.patch index 33dc9d260b2d..7e6ea9398c3c 100644 --- a/media-libs/allegro/files/allegro-4.4.2-underlink.patch +++ b/media-libs/allegro/files/allegro-4.4.2-underlink.patch @@ -1,5 +1,5 @@ ---- CMakeLists.txt.old 2011-06-06 23:46:06.057320691 +0200 -+++ CMakeLists.txt 2011-06-06 23:46:21.900313261 +0200 +--- a/CMakeLists.txt 2011-06-06 23:46:06.057320691 +0200 ++++ b/CMakeLists.txt 2011-06-06 23:46:21.900313261 +0200 @@ -392,7 +392,7 @@ message(FATAL_ERROR "Unix port requires pthreads support.") endif() |