From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch (limited to 'app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch') diff --git a/app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch b/app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch new file mode 100644 index 000000000000..5c5548058427 --- /dev/null +++ b/app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch @@ -0,0 +1,15 @@ +Ensure the Qt 5 version of rcc is used instead of whatever is in $PATH. + +Gentoo-bug: 589332 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -285,7 +285,7 @@ + + SET( _out ${CMAKE_CURRENT_SOURCE_DIR}/${_basename}.rcc ) + +- ADD_CUSTOM_COMMAND( OUTPUT ${_out} COMMAND rcc ARGS ${_in} -binary -o ${_out} DEPENDS ${_in} ) ++ ADD_CUSTOM_COMMAND( OUTPUT ${_out} COMMAND ${Qt5Core_RCC_EXECUTABLE} ARGS ${_in} -binary -o ${_out} DEPENDS ${_in} ) + + SET( ${_sources} ${${_sources}} ${_out} ) + ENDFOREACH( curFile ) -- cgit v1.2.3