diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-12-27 21:02:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-04 12:14:39 +0200 |
commit | d2010166809d7f1e7e21f496520a578e7f3432b4 (patch) | |
tree | 1e6b5b1c380aa67689fd1a7a31534ea13cb5a350 /media-gfx | |
parent | media-gfx/mypaint: remove unused patch (diff) | |
download | gentoo-d2010166809d7f1e7e21f496520a578e7f3432b4.tar.gz gentoo-d2010166809d7f1e7e21f496520a578e7f3432b4.tar.bz2 gentoo-d2010166809d7f1e7e21f496520a578e7f3432b4.zip |
media-gfx/wally: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3255
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/wally/files/wally-2.4.4-gold.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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 index 6410bf7f7bc4..000000000000 --- a/media-gfx/wally/files/wally-2.4.4-gold.patch +++ /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 ) |