diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 12:08:56 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 12:08:56 +0000 |
commit | 4862439e0ffaeeb0d3dfa844edf236e67df19c70 (patch) | |
tree | 841129d39cd878ce17216929cab36f1895464063 /user/opengfx/Makefile.patch | |
parent | 1994a1a0e90b68c1e53e7827e32eff5b0dbb665c (diff) | |
download | packages-4862439e0ffaeeb0d3dfa844edf236e67df19c70.tar.gz packages-4862439e0ffaeeb0d3dfa844edf236e67df19c70.tar.bz2 packages-4862439e0ffaeeb0d3dfa844edf236e67df19c70.tar.xz packages-4862439e0ffaeeb0d3dfa844edf236e67df19c70.zip |
user/opengfx: Update to 0.6.0
Diffstat (limited to 'user/opengfx/Makefile.patch')
-rw-r--r-- | user/opengfx/Makefile.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/user/opengfx/Makefile.patch b/user/opengfx/Makefile.patch deleted file mode 100644 index 1e4585311..000000000 --- a/user/opengfx/Makefile.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- opengfx-0.5.3-source/Makefile -+++ opengfx-0.5.3-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:" |