diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-26 15:15:25 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-26 15:15:44 +0100 |
commit | 3cfcb55139d4d882efa2cbc9143169c9ebec58d2 (patch) | |
tree | 765a7382d62673ecb1d9e6eaeb4b5d480211b695 /games-misc/opengfx/files | |
parent | sec-policy: Release of SELinux policies 2.20190201-r1 (diff) | |
download | gentoo-3cfcb55139d4d882efa2cbc9143169c9ebec58d2.tar.gz gentoo-3cfcb55139d4d882efa2cbc9143169c9ebec58d2.tar.bz2 gentoo-3cfcb55139d4d882efa2cbc9143169c9ebec58d2.zip |
games-misc/opengfx: Bump to version 0.5.5
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-misc/opengfx/files')
-rw-r--r-- | games-misc/opengfx/files/opengfx-0.5.5-Makefile.patch | 22 |
1 files changed, 22 insertions, 0 deletions
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:" |