diff options
Diffstat (limited to 'games/glpuzzle/files/patch-Makefile')
-rw-r--r-- | games/glpuzzle/files/patch-Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/glpuzzle/files/patch-Makefile b/games/glpuzzle/files/patch-Makefile new file mode 100644 index 000000000000..4f5102491711 --- /dev/null +++ b/games/glpuzzle/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig Mon Jan 9 03:32:53 2006 ++++ Makefile Tue Jan 10 02:57:36 2006 +@@ -23,6 +23,6 @@ + chmod +x $(PREFIX)/bin/glpuzzle + + glpuzzle: main.cxx version.h +- g++ -O2 -Wall -I/usr/include/SDL main.cxx -lpthread -lSDL -lGL -lpthread -lpng -ljpeg -o glpuzzle ++ $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -lGL -lpng -ljpeg -o glpuzzle main.cxx + + |