$OpenBSD: patch-Makefile_common,v 1.3 2010/07/13 21:23:39 jsg Exp $
--- Makefile.common.orig	Mon Jul 12 22:02:10 2010
+++ Makefile.common	Mon Jul 12 22:03:00 2010
@@ -164,28 +164,6 @@ VER_MINOR = $(shell echo $(VERSION) | cut -d. -f 2)
 VER_PATCH = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c1)
 VER_EXTRA = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c2-)
 
-
-######################################################################
-# Get Subversion's working copy information
-######################################################################
-
-ifeq ($(shell LANG=C svn stat $(srcdir) 2>&1 | grep "is not a working copy"),)
-SVNROOT := $(srcdir)
-ifeq ($(origin SVNREV), undefined)
-# Get the working copy base revision
-VER_SVNREV := $(shell LANG=C svn info $(SVNROOT) | grep "^Revision" | cut -d ' ' -f 2)
-endif
-else
-SVNROOT := https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk/
-endif
-
-# Define the Subversion revision if available, either autodetected or
-# specified by the user
-ifneq ($(origin VER_SVNREV), undefined)
-CXXFLAGS+= -DSCUMMVM_SVN_REVISION=\"$(VER_SVNREV)\"
-endif
-
-
 ######################################################################
 # Distribution settings
 ######################################################################
