diff options
Diffstat (limited to 'games/jigzo/files')
-rw-r--r-- | games/jigzo/files/patch-Loader.cxx | 13 | ||||
-rw-r--r-- | games/jigzo/files/patch-Makefile | 21 | ||||
-rw-r--r-- | games/jigzo/files/patch-main.cxx | 10 |
3 files changed, 0 insertions, 44 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) - { diff --git a/games/jigzo/files/patch-Makefile b/games/jigzo/files/patch-Makefile deleted file mode 100644 index d5ce0891df88..000000000000 --- a/games/jigzo/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.orig Sun Feb 5 04:41:46 2006 -+++ Makefile Sun Feb 5 23:05:34 2006 -@@ -1,8 +1,6 @@ - PROGRAM = glpuzzle - --CXXFLAGS = -O2 -Wall --INCLFLAGS = -I/usr/include/SDL --LIBSFLAGS = -lpthread -lGL -lpthread -lpng -ljpeg -lSDL -+LIBSFLAGS = $(LDFLAGS) -lGL -lpng -ljpeg - SOURCES = main.cxx Screen.cxx Texture.cxx Loader.cxx - - ENABLE_SOUND = 1 -@@ -43,7 +41,7 @@ - g++ -c $(CXXFLAGS) $(INCLFLAGS) $< -o $@ - - $(PROGRAM): $(OBJECTS) -- g++ $(OBJECTS) $(LIBSFLAGS) -o $@ -+ g++ $(OBJECTS) $(CXXFLAGS) $(CPPFLAGS) $(LIBSFLAGS) -o $@ - - install: $(PROGRAM) - @echo Installing in $(PREFIX) diff --git a/games/jigzo/files/patch-main.cxx b/games/jigzo/files/patch-main.cxx deleted file mode 100644 index df5e2962e8cc..000000000000 --- a/games/jigzo/files/patch-main.cxx +++ /dev/null @@ -1,10 +0,0 @@ ---- main.cxx.orig Sun Feb 5 04:41:46 2006 -+++ main.cxx Sun Feb 5 23:41:41 2006 -@@ -28,6 +28,7 @@ - float BG_G = 0.0; - float BG_B = 0.0; - -+#include <unistd.h> - #include <cstdio> - #include <cstring> - #include <cmath> |