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

Annotation of ports/games/xmoto/patches/patch-src_image_tim_png_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/image/tim_png.cpp.orig Sat Dec  6 01:05:28 2008
        !             3: +++ src/image/tim_png.cpp      Sat Dec  6 01:06:44 2008
        !             4: @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston,
        !             5:  #include <stdio.h>
        !             6:  #include <string.h>
        !             7:  #include "tim.h"
        !             8: -#include "png.h"
        !             9: +#include <libpng/png.h>
        !            10:
        !            11:  /*==============================================================================
        !            12:  Types

CVSweb