diff options
Diffstat (limited to 'sci-astronomy/celestia/files/celestia-1.6.1-libpng15.patch')
-rw-r--r-- | sci-astronomy/celestia/files/celestia-1.6.1-libpng15.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-astronomy/celestia/files/celestia-1.6.1-libpng15.patch b/sci-astronomy/celestia/files/celestia-1.6.1-libpng15.patch deleted file mode 100644 index 0a772ffdf6ac..000000000000 --- a/sci-astronomy/celestia/files/celestia-1.6.1-libpng15.patch +++ /dev/null @@ -1,14 +0,0 @@ -imagecapture.cpp:184:40: error: ‘Z_BEST_COMPRESSION’ was not declared in this scope - ---- a/src/celestia/imagecapture.cpp -+++ b/src/celestia/imagecapture.cpp -@@ -31,6 +31,9 @@ - #include "png.h" - #endif - -+// Z_BEST_COMPRESSION -+#include <zlib.h> -+ - // Define png_jmpbuf() in case we are using a pre-1.0.6 version of libpng - #ifndef png_jmpbuf - #define png_jmpbuf(png_ptr) png_ptr->jmpbuf |