Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/aseprite/files/
Date: Tue, 03 May 2016 12:31:23
Message-Id: 1462277764.74d3d92bfbb2037fa218c166410dff5d74796b3f.monsieurp@gentoo
1 commit: 74d3d92bfbb2037fa218c166410dff5d74796b3f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 12:16:04 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 12:16:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d3d92b
7
8 dev-games/aseprite: Mend patch format for the umpteenth time.
9
10 Geez!
11
12 Package-Manager: portage-2.2.26
13
14 dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch b/dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch
18 index e62cc15..4795881 100644
19 --- a/dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch
20 +++ b/dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch
21 @@ -11,14 +11,14 @@ Added ${X11_LIBRARIES} to resolve underlinking.
22
23 diff --git a/src/she/CMakeLists.txt b/src/she/CMakeLists.txt
24 index cddf5bc..1841aa6 100644
25 ---- a/src/she/CMakeLists.txt.orig 2016-04-30 10:36:25.198000000 +0000
26 -+++ b/src/she/CMakeLists.txt 2016-04-30 10:37:01.163000000 +0000
27 -@@ -241,7 +241,8 @@
28 +--- a/src/she/CMakeLists.txt
29 ++++ b/src/she/CMakeLists.txt
30 +@@ -242,7 +242,8 @@ if(USE_ALLEG4_BACKEND)
31 target_link_libraries(she
32 ${LOADPNG_LIBRARY}
33 ${LIBALLEGRO4_LINK_FLAGS}
34 - ${DXGUID_LIBRARIES})
35 -+ ${DXGUID_LIBRARIES},
36 ++ ${DXGUID_LIBRARIES}
37 + ${X11_LIBRARIES})
38 endif()