media-gfx/wally: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Tue, 27 Dec 2016 20:02:29 +0000 (21:02 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 4 Jan 2017 10:14:39 +0000 (12:14 +0200)
Closes: https://github.com/gentoo/gentoo/pull/3255

media-gfx/wally/files/wally-2.4.4-gold.patch [deleted file]

diff --git a/media-gfx/wally/files/wally-2.4.4-gold.patch b/media-gfx/wally/files/wally-2.4.4-gold.patch
deleted file mode 100644 (file)
index 6410bf7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -284,7 +284,7 @@
-   set( PROGNAME wally )
- 
-   add_executable( ${PROGNAME} ${WALLY_QMS} ${WALLY_SRCS} ${WALLY_MOC_SRCS} ${WALLY_IMAGES_RC_SRCS} ${WALLY_LANGUAGES_RC_SRCS} ${WALLY_UI_HDRS} )
--  target_link_libraries( ${PROGNAME} ${QT_LIBRARIES} ${EXIF_LIBRARIES} )
-+  target_link_libraries( ${PROGNAME} ${QT_LIBRARIES} ${EXIF_LIBRARIES} -lX11 )
-   install( TARGETS ${PROGNAME} DESTINATION /usr/bin )
- 
-   if( CMAKE_BUILD_TYPE STREQUAL Release )