You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/rqr/files/rqr-0.2.2+libpng-1.5.patch

13 lines
296 B

Index: rqr-0.2.2/ext/rqr/qr_draw_png.h
===================================================================
--- rqr-0.2.2.orig/ext/rqr/qr_draw_png.h
+++ rqr-0.2.2/ext/rqr/qr_draw_png.h
@@ -6,6 +6,7 @@
#include "qr_draw.h"
#ifdef USE_PNG
+ #include <zlib.h>
#include <png.h>
#endif