summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kołodziej <kacper@kolodziej.in>2016-11-26 22:53:27 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-04 15:25:15 +0200
commit606148aa9f8c8b33fa9b75a8d60c87e90756c068 (patch)
treecc7a218ecba102a1370996de6962bc50349a7a2d /media-gfx/nvidia-texture-tools/files
parentmedia-gfx/nvidia-texture-tools: fix cpp14 compilation errors; bug #594938 (diff)
downloadgentoo-606148aa9f8c8b33fa9b75a8d60c87e90756c068.tar.gz
gentoo-606148aa9f8c8b33fa9b75a8d60c87e90756c068.tar.bz2
gentoo-606148aa9f8c8b33fa9b75a8d60c87e90756c068.zip
media-gfx/nvidia-texture-tools: upgrade to EAPI=6
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-gfx/nvidia-texture-tools/files')
-rw-r--r--media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-cg.patch4
-rw-r--r--media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-gcc-4.7.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-cg.patch b/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-cg.patch
index 6dcb1b466944..79d38f576316 100644
--- a/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-cg.patch
+++ b/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-cg.patch
@@ -3,8 +3,8 @@ Date: Thu May 3 20:06:31 UTC 2012
fix compilation for cg useflag
---- cmake/FindCg.cmake
-+++ cmake/FindCg.cmake
+--- a/cmake/FindCg.cmake
++++ b/cmake/FindCg.cmake
@@ -86,6 +86,7 @@
FIND_PROGRAM( CG_COMPILER cgc
/usr/bin
diff --git a/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-gcc-4.7.patch b/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-gcc-4.7.patch
index 62f33e905bfd..aaba26227411 100644
--- a/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-gcc-4.7.patch
+++ b/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-gcc-4.7.patch
@@ -4,8 +4,8 @@ Subject: fix compilation on gcc 4.7
https://bugs.gentoo.org/show_bug.cgi?id=423965
---- src/nvcore/nvcore.h
-+++ src/nvcore/nvcore.h
+--- a/src/nvcore/nvcore.h
++++ b/src/nvcore/nvcore.h
@@ -158,6 +158,7 @@
#elif NV_CC_GNUC
# if NV_OS_LINUX