diff options
Diffstat (limited to 'games/jigzo/files/patch-Loader.cxx')
-rw-r--r-- | games/jigzo/files/patch-Loader.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/jigzo/files/patch-Loader.cxx b/games/jigzo/files/patch-Loader.cxx deleted file mode 100644 index 39b86aa1e8e7..000000000000 --- a/games/jigzo/files/patch-Loader.cxx +++ /dev/null @@ -1,13 +0,0 @@ ---- Loader.cxx.orig Mon Feb 6 13:45:24 2006 -+++ Loader.cxx Mon Feb 6 13:45:04 2006 -@@ -20,8 +20,10 @@ - - #include "Loader.hxx" - -+extern "C" { - #include <png.h> - #include <jpeglib.h> -+} - - void JpgLoader::Load(const std::string& filename,RGB& target,int x,int y) - { |