You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/fceux/files/fceux-2.4.0-no-git.patch

13 lines
377 B

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;