[mingw-nettle] Update tmpalloc patch to build with MinGW

mooninite mooninite at fedoraproject.org
Sun Jan 26 22:45:56 UTC 2014


commit d196a328513b340ea921f57dde53569f6c632304
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Sun Jan 26 16:46:15 2014 -0600

    Update tmpalloc patch to build with MinGW

 nettle-2.7.1-tmpalloc.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/nettle-2.7.1-tmpalloc.patch b/nettle-2.7.1-tmpalloc.patch
index 813ac68..782b8c4 100644
--- a/nettle-2.7.1-tmpalloc.patch
+++ b/nettle-2.7.1-tmpalloc.patch
@@ -44,7 +44,7 @@ index 0000000..26a7cdb
 +#ifndef BIGNUM_INTERNAL_H
 +# define BIGNUM_INTERNAL_H
 +
-+#include <gmp-glue.h>
++#include "gmp-glue.h"
 +
 +#define TMP_GMP_DECL(name, type) type *name; \
 +	unsigned tmp_##name##_size


More information about the scm-commits mailing list