diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/pixie/files/patch-src__ri__rib.y | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/pixie/files/patch-src__ri__rib.y b/graphics/pixie/files/patch-src__ri__rib.y new file mode 100644 index 000000000000..73b1b9cc1338 --- /dev/null +++ b/graphics/pixie/files/patch-src__ri__rib.y @@ -0,0 +1,11 @@ +--- src/ri/rib.y.orig ++++ src/ri/rib.y +@@ -2940,7 +2940,7 @@ + + if (ribin != NULL) { + #ifdef HAVE_ZLIB +- gzclose(ribin); ++ gzclose((gzFile)ribin); + #else + fclose(ribin); + #endif |