summaryrefslogtreecommitdiff
path: root/games-emulation/fceux/files/fceux-2.4.0-no-git.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/fceux/files/fceux-2.4.0-no-git.patch')
-rw-r--r--games-emulation/fceux/files/fceux-2.4.0-no-git.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-emulation/fceux/files/fceux-2.4.0-no-git.patch b/games-emulation/fceux/files/fceux-2.4.0-no-git.patch
new file mode 100644
index 000000000000..fe9a7d35b46b
--- /dev/null
+++ b/games-emulation/fceux/files/fceux-2.4.0-no-git.patch
@@ -0,0 +1,12 @@
+Prevent meaningless use of git (QA notice if missing) in a release.
+--- a/scripts/genGitHdr.sh
++++ b/scripts/genGitHdr.sh
+@@ -8,6 +8,6 @@
+ echo "Output File: $OUTPUT_DIR/$FILE";
+
+-GIT_URL=`git config --get remote.origin.url`;
+-GIT_REV=`git rev-parse HEAD`;
++GIT_URL=
++GIT_REV=
+
+ echo "// fceux_git_info.cpp -- DO NOT EDIT: This file is auto-generated at build" >| $TMP_FILE;