diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-02 11:23:43 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-02 11:48:24 +0200 |
commit | cb46dd2bf777f9b7aeb7aae25f433ed6b2edac38 (patch) | |
tree | 4b8d3b71d65ae7023a4a263cc32f9da4413945f2 /media-gfx/nvidia-texture-tools/files | |
parent | app-emulation/virt-what: cleanup old revisions (diff) | |
download | gentoo-cb46dd2bf777f9b7aeb7aae25f433ed6b2edac38.tar.gz gentoo-cb46dd2bf777f9b7aeb7aae25f433ed6b2edac38.tar.bz2 gentoo-cb46dd2bf777f9b7aeb7aae25f433ed6b2edac38.zip |
media-gfx/nvidia-texture-tools: Drop qt4 automafic dep and cuda USE
Fix qt4 automagic dep (#560248) and cuda support requiring obsolete gcc not
available in current profiles
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'media-gfx/nvidia-texture-tools/files')
-rw-r--r-- | media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-drop-qt4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-drop-qt4.patch b/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-drop-qt4.patch new file mode 100644 index 000000000000..3fdb25a04ede --- /dev/null +++ b/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-drop-qt4.patch @@ -0,0 +1,12 @@ +--- a/src/CMakeLists.txt~ 2018-04-02 11:18:57.000000000 +0200 ++++ b/src/CMakeLists.txt 2018-04-02 11:19:53.855751960 +0200 +@@ -118,9 +118,6 @@ + ENDIF(OPENEXR_FOUND) + ENDIF(OPENEXR) + +-# Qt +-FIND_PACKAGE(Qt4) +- + # Threads + FIND_PACKAGE(Threads REQUIRED) + MESSAGE(STATUS "Use thread library: ${CMAKE_THREAD_LIBS_INIT}") |