summarylogtreecommitdiffstats
path: root/png-miss-header.patch
diff options
context:
space:
mode:
authorMichele Mocciciola2016-10-01 17:39:01 +0200
committerMichele Mocciciola2016-10-01 17:39:01 +0200
commit16fc355db4e720c0998c8d89872d75159ea7b92d (patch)
tree67eb528dcaa4d7dcf40b14ef62ed847a7365cab0 /png-miss-header.patch
parentd5e385d1fd9fcadd7887de97a574ac91083714ee (diff)
downloadaur-16fc355db4e720c0998c8d89872d75159ea7b92d.tar.gz
Updated to gcc-6. Introduced compilation of OpenSeesSP and OpenSeesMP. Executable links to metis-4. Many thanks to nema.arpit for his work.
Diffstat (limited to 'png-miss-header.patch')
-rw-r--r--png-miss-header.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/png-miss-header.patch b/png-miss-header.patch
new file mode 100644
index 000000000000..90f82ba3b7ea
--- /dev/null
+++ b/png-miss-header.patch
@@ -0,0 +1,12 @@
+Index: SRC/renderer/OpenGlDevice.cpp
+===================================================================
+--- SRC/renderer/OpenGlDevice.cpp (revision 6236)
++++ SRC/renderer/OpenGlDevice.cpp (working copy)
+@@ -32,6 +32,7 @@
+ #ifdef _GLX
+ #define _PNG
+ #include <png.h>
++#include <zlib.h>
+ #endif
+
+ #include <iostream>