[BACK]Return to patch-src_png_loader_c CVS log [TXT][DIR] Up to [local] / ports / games / foobillard / patches

Annotation of ports/games/foobillard/patches/patch-src_png_loader_c, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- src/png_loader.c.orig      Sun Jan 18 00:20:15 2009
                      3: +++ src/png_loader.c   Sun Jan 18 00:20:35 2009
                      4: @@ -26,7 +26,7 @@
                      5:  #endif
                      6:
                      7:  #if COMPILE_PNG_CODE
                      8: -      #include <png.h>
                      9: +      #include <libpng/png.h>
                     10:  #else
                     11:  #endif
                     12:  #include <math.h>

CVSweb