diff options
author | Igor Ulyanov <disinbox@gmail.com> | 2017-06-03 09:12:22 +0300 |
---|---|---|
committer | Igor Ulyanov <disinbox@gmail.com> | 2017-06-03 09:12:22 +0300 |
commit | 61eb9ea1d34e9a6d874e9de288eb31f17309c570 (patch) | |
tree | da8f386c621ad50c5be7fae2c4946e7a8cbceeee /app-benchmarks/glmark2/files/voidp.patch | |
parent | remove amdgpu (diff) | |
download | displacer-61eb9ea1d34e9a6d874e9de288eb31f17309c570.tar.gz displacer-61eb9ea1d34e9a6d874e9de288eb31f17309c570.tar.bz2 displacer-61eb9ea1d34e9a6d874e9de288eb31f17309c570.zip |
old glmark and kikad ebuilds removed
Diffstat (limited to 'app-benchmarks/glmark2/files/voidp.patch')
-rw-r--r-- | app-benchmarks/glmark2/files/voidp.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-benchmarks/glmark2/files/voidp.patch b/app-benchmarks/glmark2/files/voidp.patch deleted file mode 100644 index 5a269bf..0000000 --- a/app-benchmarks/glmark2/files/voidp.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN glmark2-2011.08/src/texture.cpp glmark2-2011.08_/src/texture.cpp ---- glmark2-2011.08/src/texture.cpp 2011-08-17 13:10:15.000000000 +0400 -+++ glmark2-2011.08_/src/texture.cpp 2012-01-06 18:41:28.461110906 +0400 -@@ -78,7 +78,7 @@ - } - - /* Read the image information and data */ -- png_set_read_fn(png_, reinterpret_cast<voidp>(is_ptr.get()), png_read_fn); -+ png_set_read_fn(png_, reinterpret_cast<void*>(is_ptr.get()), png_read_fn); - - png_read_png(png_, info_, png_transforms, 0); - |