diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-05-03 12:16:04 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-03 12:16:04 +0000 |
commit | 74d3d92bfbb2037fa218c166410dff5d74796b3f (patch) | |
tree | 7afa20eaf50dac7edb937197fddbfaaaa14c27d2 /dev-games | |
parent | net-libs/libwebsockets: bump to 1.7.6 (diff) | |
download | gentoo-74d3d92bfbb2037fa218c166410dff5d74796b3f.tar.gz gentoo-74d3d92bfbb2037fa218c166410dff5d74796b3f.tar.bz2 gentoo-74d3d92bfbb2037fa218c166410dff5d74796b3f.zip |
dev-games/aseprite: Mend patch format for the umpteenth time.
Geez!
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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 index e62cc15db238..47958813311c 100644 --- a/dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch +++ b/dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch @@ -11,14 +11,14 @@ Added ${X11_LIBRARIES} to resolve underlinking. diff --git a/src/she/CMakeLists.txt b/src/she/CMakeLists.txt index cddf5bc..1841aa6 100644 ---- a/src/she/CMakeLists.txt.orig 2016-04-30 10:36:25.198000000 +0000 -+++ b/src/she/CMakeLists.txt 2016-04-30 10:37:01.163000000 +0000 -@@ -241,7 +241,8 @@ +--- a/src/she/CMakeLists.txt ++++ b/src/she/CMakeLists.txt +@@ -242,7 +242,8 @@ if(USE_ALLEG4_BACKEND) target_link_libraries(she
${LOADPNG_LIBRARY}
${LIBALLEGRO4_LINK_FLAGS}
- ${DXGUID_LIBRARIES})
-+ ${DXGUID_LIBRARIES},
++ ${DXGUID_LIBRARIES}
+ ${X11_LIBRARIES})
endif()
|