[Pkg-running-devel] [quickroute-gps] 03/03: add patches to fix build
Kristof Ralovich
ralovich-guest at moszumanska.debian.org
Sat Feb 13 13:14:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
ralovich-guest pushed a commit to branch master
in repository quickroute-gps.
commit 901d61d9d1b0586efe31859cb8559f0e54b3ff97
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date: Sat Feb 13 13:55:00 2016 +0100
add patches to fix build
CSC: error CS0518: The predefined type `System.Object' is not defined or imported
---
debian/patches/change-target-framework.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
2 files changed, 17 insertions(+)
diff --git a/debian/patches/change-target-framework.patch b/debian/patches/change-target-framework.patch
new file mode 100644
index 0000000..5017e40
--- /dev/null
+++ b/debian/patches/change-target-framework.patch
@@ -0,0 +1,16 @@
+--- a/Makefile
++++ b/Makefile
+@@ -3,11 +3,11 @@
+
+ all:
+ # mdtool build -c:Release --buildfile: QuickRoute.sln
+- xvfb-run xbuild /p:Configuration=Release QuickRoute.sln
++ xvfb-run xbuild /p:Configuration=Release QuickRoute.sln /p:TargetFrameworkVersion="v4.5"
+
+ all_debug:
+ # mdtool build -c:Debug --buildfile: QuickRoute.sln
+- xvfb-run xbuild /p:Configuration=Debug QuickRoute.sln
++ xvfb-run xbuild /p:Configuration=Debug QuickRoute.sln /p:TargetFrameworkVersion="v4.5"
+
+ clean:
+ # mdtool build -t:Clean
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bc8de8d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+change-target-framework.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/quickroute-gps.git
More information about the Pkg-running-devel
mailing list