diff options
author | Noah Rosamilia <ivoahivoah@gmail.com> | 2020-04-18 20:10:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 02:10:41 +0200 |
commit | 3c9a870b8fb8f065a9ab584da39b91b5168e3c26 (patch) | |
tree | b3a250ee21ff15cbc9adcb15df426bf850aff80d /Ports/frotz/patches | |
parent | 1c44ae6d19eac4e25258130345c3690aedc1beea (diff) | |
download | serenity-3c9a870b8fb8f065a9ab584da39b91b5168e3c26.zip |
Ports: Add frotz port (#1859)
Diffstat (limited to 'Ports/frotz/patches')
-rw-r--r-- | Ports/frotz/patches/frotz.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Ports/frotz/patches/frotz.patch b/Ports/frotz/patches/frotz.patch new file mode 100644 index 0000000000..a0693a5a0a --- /dev/null +++ b/Ports/frotz/patches/frotz.patch @@ -0,0 +1,16 @@ +diff -Naur frotz-master/Makefile frotz-master.serenity/Makefile +--- frotz-master/Makefile 2020-04-09 00:48:12.000000000 -0400 ++++ frotz-master.serenity/Makefile 2020-04-18 15:58:39.000000000 -0400 +@@ -235,9 +235,9 @@ + GIT_HASH_SHORT = $(shell git rev-parse --short HEAD) + GIT_DATE = $(shell git show -s --format=%ci) + else +-GIT_HASH = "$16e70d08f8a1aa1a4ebca1117ab84ba180809708$" +-GIT_HASH_SHORT = "$16e70d0$" +-GIT_DATE = "$2020-04-08 21:48:12 -0700$" ++GIT_HASH = 16e70d08f8a1aa1a4ebca1117ab84ba180809708 ++GIT_HASH_SHORT = 16e70d0 ++GIT_DATE = 2020-04-08 21:48:12 -0700 + endif + export CFLAGS + |