pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mono-git: Add patch-eglib_configure.ac



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Aug 8 20:52:27 2016 +0200
Changeset:	c0765e32c90e1f52442bcd30340b3f458d179f4e

Modified Files:
	mono-git/distinfo
Added Files:
	mono-git/patches/patch-eglib_configure.ac

Log Message:
mono-git: Add patch-eglib_configure.ac

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0765e32c90e1f52442bcd30340b3f458d179f4e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mono-git/distinfo                         |  1 +
 mono-git/patches/patch-eglib_configure.ac | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diffs:
diff --git a/mono-git/distinfo b/mono-git/distinfo
index 12ad357..85aff54 100644
--- a/mono-git/distinfo
+++ b/mono-git/distinfo
@@ -4,6 +4,7 @@ SHA1 (mono-4.4.0.122.tar.bz2) = 132a8e9aa422e82ccdb776c7cc1db89ce140b0b3
 RMD160 (mono-4.4.0.122.tar.bz2) = 41d58720d7cb4f510cad64c1dbecdd9a6c9d19a1
 SHA512 (mono-4.4.0.122.tar.bz2) = 264b3779fc94e40c44f8cc637169d7f3a6367ead75b932069bc0498d53c13ea62ef5711784d1bc0767b85e0cb04424b9eee0ce7ed10772076902b55210097a10
 Size (mono-4.4.0.122.tar.bz2) = 84904723 bytes
+SHA1 (patch-eglib_configure.ac) = e9cac305765024018f01271786ed80ee7c44b814
 SHA1 (patch-mono_io-layer_io.c) = 03b4b03abc2f6dbb5fed39f07b8a1bc23cca07b8
 SHA1 (patch-mono_metadata_mono-perfcounters.c) = 6b4b4019e09e529c2f6f8faa3936e3ac91ddfe17
 SHA1 (patch-mono_utils_Makefile.am) = b3bf378d1576c98262dce0a1b08bf45d013fa323
diff --git a/mono-git/patches/patch-eglib_configure.ac b/mono-git/patches/patch-eglib_configure.ac
new file mode 100644
index 0000000..447bf0a
--- /dev/null
+++ b/mono-git/patches/patch-eglib_configure.ac
@@ -0,0 +1,22 @@
+$NetBSD$
+
+--- eglib/configure.ac.orig	2016-08-08 17:23:32.000000000 +0000
++++ eglib/configure.ac
+@@ -140,7 +140,7 @@ AC_CHECK_FUNCS(fork execv execve)
+ 
+ AC_ARG_WITH([overridable-allocators], [  --with-overridable-allocators	allow g_*alloc/g_free to call custom allocators set via g_mem_set_vtable])
+ 
+-if test x$with_overridable_allocators == xyes; then
++if test x$with_overridable_allocators = xyes; then
+ 	AC_DEFINE(ENABLE_OVERRIDABLE_ALLOCATORS,1,[Overridable allocator support enabled])
+   AC_MSG_NOTICE([Overridable allocator support enabled])
+ else
+@@ -160,7 +160,7 @@ elif test x$target_ios = xno; then
+ AC_CHECK_FUNCS(strndup getpwuid_r)
+ fi
+ 
+-AM_CONDITIONAL(NEED_VASPRINTF, test x$ac_cv_func_vasprintf = xno || test x$with_overridable_allocators == xyes)
++AM_CONDITIONAL(NEED_VASPRINTF, test x$ac_cv_func_vasprintf = xno || test x$with_overridable_allocators = xyes)
+ AM_ICONV()
+ AC_SEARCH_LIBS(sqrtf, m)
+ 


Home | Main Index | Thread Index | Old Index