$OpenBSD: patch-Makefile_common,v 1.11 2020/10/03 10:42:49 jsg Exp $
Index: Makefile.common
--- Makefile.common.orig
+++ Makefile.common
@@ -207,22 +207,6 @@ AMIGA_DATE = $(shell date +"%-d.%-m.%Y")
 VERFLAGS += -DAMIGA_DATE=\"$(AMIGA_DATE)\"
 endif
 
-######################################################################
-# Get git's working copy information
-######################################################################
-
-ifneq ($(shell cd $(srcdir); git rev-parse --verify HEAD 1>/dev/null 2>&1 || echo "error"),error)
-GITROOT := $(srcdir)
-ifeq ($(origin VER_REV), undefined)
-# Are there uncommitted changes? (describe --dirty is only available since 1.6.6)
-VER_DIRTY := $(shell cd $(srcdir); git update-index --refresh --unmerged 1>/dev/null 2>&1; git diff-index --quiet HEAD || echo "-dirty")
-# Get the working copy base revision
-VER_REV := $(shell cd $(srcdir); git describe --long --match desc/\* | cut -d '-' -f 2-)$(VER_DIRTY)
-endif
-else
-GITROOT := git://github.com/scummvm/scummvm.git
-endif
-
 # Define the Subversion revision if available, either autodetected or
 # specified by the user, but only for base/version.cpp.
 ifneq ($(origin VER_REV), undefined)
