Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/wally/files/
Date: Wed, 04 Jan 2017 10:15:59
Message-Id: 1483524879.d2010166809d7f1e7e21f496520a578e7f3432b4.soap@gentoo
1 commit: d2010166809d7f1e7e21f496520a578e7f3432b4
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 27 20:02:29 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 10:14:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2010166
7
8 media-gfx/wally: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3255
11
12 media-gfx/wally/files/wally-2.4.4-gold.patch | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 diff --git a/media-gfx/wally/files/wally-2.4.4-gold.patch b/media-gfx/wally/files/wally-2.4.4-gold.patch
16 deleted file mode 100644
17 index 6410bf7..00000000
18 --- a/media-gfx/wally/files/wally-2.4.4-gold.patch
19 +++ /dev/null
20 @@ -1,11 +0,0 @@
21 ---- a/CMakeLists.txt
22 -+++ b/CMakeLists.txt
23 -@@ -284,7 +284,7 @@
24 - set( PROGNAME wally )
25 -
26 - add_executable( ${PROGNAME} ${WALLY_QMS} ${WALLY_SRCS} ${WALLY_MOC_SRCS} ${WALLY_IMAGES_RC_SRCS} ${WALLY_LANGUAGES_RC_SRCS} ${WALLY_UI_HDRS} )
27 -- target_link_libraries( ${PROGNAME} ${QT_LIBRARIES} ${EXIF_LIBRARIES} )
28 -+ target_link_libraries( ${PROGNAME} ${QT_LIBRARIES} ${EXIF_LIBRARIES} -lX11 )
29 - install( TARGETS ${PROGNAME} DESTINATION /usr/bin )
30 -
31 - if( CMAKE_BUILD_TYPE STREQUAL Release )