diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-10 23:44:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-10 23:44:31 +0800 |
commit | 6debb43cad35ecc9c7baf39400fb4fb71fc9fddd (patch) | |
tree | 70e646ef4ddd80b0eb93cfa30622db9ee63304d0 /games/sdl-ball/files | |
parent | b03cd4f1c30376a15cf984a907cfa3c2d19e2192 (diff) | |
download | freebsd-ports-gnome-6debb43cad35ecc9c7baf39400fb4fb71fc9fddd.tar.gz freebsd-ports-gnome-6debb43cad35ecc9c7baf39400fb4fb71fc9fddd.tar.zst freebsd-ports-gnome-6debb43cad35ecc9c7baf39400fb4fb71fc9fddd.zip |
- Update to 1.03
- Switch to options helpers
- Regenerate patches
Diffstat (limited to 'games/sdl-ball/files')
-rw-r--r-- | games/sdl-ball/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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) |