From 7732588895abd523c02a89e0d6ec2f513f7157e6 Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Thu, 5 May 2011 12:00:31 +0200
Subject: [PATCH] Removed obsolete patch (integrated upstream)

---
 build.sh                          |  2 --
 patches/boinc.Makefile.am.2.patch | 11 -----------
 2 files changed, 13 deletions(-)
 delete mode 100644 patches/boinc.Makefile.am.2.patch

diff --git a/build.sh b/build.sh
index a1a8c15..d2c7b17 100755
--- a/build.sh
+++ b/build.sh
@@ -447,8 +447,6 @@ build_boinc()
 
     echo "Configuring BOINC..." | tee -a $LOGFILE
     cd $ROOT/3rdparty/boinc || failure
-    # fix svn_version.h update for out-of-tree builds (patch sent upstream)
-    patch $ROOT/3rdparty/boinc/Makefile.am < $ROOT/patches/boinc.Makefile.am.2.patch >> $LOGFILE 2>&1 || failure
     chmod +x _autosetup >> $LOGFILE 2>&1 || failure
     ./_autosetup >> $LOGFILE 2>&1 || failure
     chmod +x configure >> $LOGFILE 2>&1 || failure
diff --git a/patches/boinc.Makefile.am.2.patch b/patches/boinc.Makefile.am.2.patch
deleted file mode 100644
index 557e13c..0000000
--- a/patches/boinc.Makefile.am.2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am
-+++ Makefile.am	2009-11-11 16:01:46.000000000 +0100
-@@ -47,7 +47,7 @@
- 
- BUILT_SOURCES = svn_version.h
- svn_version.h: generate_svn_version.sh
--	sh generate_svn_version.sh
-+	cd $(srcdir) && sh generate_svn_version.sh
- .PHONY: svn_version.h
- 
- # Add a stage target for staging a distribution
-- 
GitLab