From 3cfcb55139d4d882efa2cbc9143169c9ebec58d2 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 26 Mar 2019 15:15:25 +0100 Subject: games-misc/opengfx: Bump to version 0.5.5 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler --- .../opengfx/files/opengfx-0.5.5-Makefile.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 games-misc/opengfx/files/opengfx-0.5.5-Makefile.patch (limited to 'games-misc/opengfx/files') diff --git a/games-misc/opengfx/files/opengfx-0.5.5-Makefile.patch b/games-misc/opengfx/files/opengfx-0.5.5-Makefile.patch new file mode 100644 index 000000000000..dca9615140d0 --- /dev/null +++ b/games-misc/opengfx/files/opengfx-0.5.5-Makefile.patch @@ -0,0 +1,22 @@ +--- opengfx-0.5.5-source/Makefile ++++ opengfx-0.5.5-source/Makefile +@@ -99,8 +99,8 @@ + AWK ?= awk + GREP ?= grep + PYTHON ?= python +-UNIX2DOS ?= $(shell which unix2dos) +-UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ] && $(UNIX2DOS) -q --version 2>/dev/null && echo "-q" || echo "") ++UNIX2DOS ?= $(shell which unix2dos 2>/dev/null) ++UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ] && $(UNIX2DOS) -q --version 2>/dev/null >&2 && echo "-q" || echo "") + + # Graphics processing + GIMP ?= gimp +@@ -719,7 +719,7 @@ + $(_E) + endif + $(_E) "Release:" +- $(_E) "bananas: Upload bundle to BaNaNaS ++ $(_E) "bananas: Upload bundle to BaNaNaS" + $(_E) + $(_E) "Valid command line variables are:" + $(_E) "Helper programmes:" -- cgit v1.2.3-65-gdbad