From 6debb43cad35ecc9c7baf39400fb4fb71fc9fddd Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 10 Apr 2017 15:44:31 +0000 Subject: - Update to 1.03 - Switch to options helpers - Regenerate patches --- games/sdl-ball/files/patch-Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/sdl-ball/files') diff --git a/games/sdl-ball/files/patch-Makefile b/games/sdl-ball/files/patch-Makefile index 858b9fbb6d3d..2313baf90f69 100644 --- a/games/sdl-ball/files/patch-Makefile +++ b/games/sdl-ball/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2008-12-31 03:42:35.000000000 +0300 -+++ Makefile 2014-12-01 00:26:16.000000000 +0300 -@@ -2,9 +2,9 @@ +--- Makefile.orig 2016-08-25 16:21:38 UTC ++++ Makefile +@@ -2,9 +2,9 @@ DATADIR?=themes/ #append -DWITH_WIIUSE to compile with WIIUSE support! #append -DNOSOUND to compile WITHOUT sound support @@ -12,7 +12,7 @@ #append -lwiiuse to compile with WIIUSE support #remove -lSDL_mixer if compiling with -DNOSOUND -@@ -18,10 +18,10 @@ +@@ -18,10 +18,10 @@ EXECUTABLE=sdl-ball all: $(SOURCES) $(EXECUTABLE) $(EXECUTABLE): $(OBJECTS) -- cgit