[Pkg-cli-libs-commits] [gtk-sharp2] 03/05: fix configure .NET 4.6 support detection
Mirco Bauer
meebey at moszumanska.debian.org
Tue May 9 12:51:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
meebey pushed a commit to branch trusty-backports
in repository gtk-sharp2.
commit 1d7dea3ac77f3f40d7e8fcaadf8a4533b970d0d7
Author: Mirco Bauer <meebey at debian.org>
Date: Mon Jan 9 20:10:21 2017 +0800
fix configure .NET 4.6 support detection
---
debian/patches/04_fix_configure_net46_detection | 17 +++++++++++++++++
debian/patches/series | 1 +
2 files changed, 18 insertions(+)
diff --git a/debian/patches/04_fix_configure_net46_detection b/debian/patches/04_fix_configure_net46_detection
new file mode 100644
index 0000000..c1ef271
--- /dev/null
+++ b/debian/patches/04_fix_configure_net46_detection
@@ -0,0 +1,17 @@
+Index: gtk-sharp2/configure.in
+===================================================================
+--- gtk-sharp2.orig/configure.in 2017-01-09 20:08:10.865608197 +0800
++++ gtk-sharp2/configure.in 2017-01-09 20:09:56.349610648 +0800
+@@ -111,10 +111,10 @@
+ if test "x$has_mono" = "xfalse" ; then
+ PKG_CHECK_MODULES(MONO_DEPENDENCY, mono-2 >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
+ if test "x$has_mono" = "xtrue" ; then
+- PKG_CHECK_MODULES(MONO_DEPENDENCY, mono-2 >= $FIRST_MONO_VERSION_WITH_NET_4_6_SUPPORT, NET_4_6_SUPPORT=true, NET_4_6_SUPPORT=false)
++ PKG_CHECK_MODULES(MONO_DEPENDENCY_NET_4_6, mono-2 >= $FIRST_MONO_VERSION_WITH_NET_4_6_SUPPORT, NET_4_6_SUPPORT=true, NET_4_6_SUPPORT=false)
+ fi
+ else
+- PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $FIRST_MONO_VERSION_WITH_NET_4_6_SUPPORT, NET_4_6_SUPPORT=true, NET_4_6_SUPPORT=false)
++ PKG_CHECK_MODULES(MONO_DEPENDENCY_NET_4_6, mono >= $FIRST_MONO_VERSION_WITH_NET_4_6_SUPPORT, NET_4_6_SUPPORT=true, NET_4_6_SUPPORT=false)
+ fi
+
+ if test "x$platform_win32" = "xyes"; then
diff --git a/debian/patches/series b/debian/patches/series
index 1f27fb3..86b8390 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_dllmaps
02_pcfiles
03_missing_gtk-sharp_dllmap_entry
+04_fix_configure_net46_detection
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gtk-sharp2.git
More information about the Pkg-cli-libs-commits
mailing list