annotate src/libgcrypt-1-fixes.patch @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -0400
parents b9db9b09d641
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2908
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 --- a/src/libgcrypt.def 2012-12-11 00:47:11.023318261 -0500
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 +++ b/src/libgcrypt.def 2012-12-11 00:49:09.935158211 -0500
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 @@ -1,27 +1,3 @@
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 -;; libgcrypt.defs - Exported symbols for W32
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 -;; Copyright (C) 2003, 2007 Free Software Foundation, Inc.
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 -;;
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 -;; This file is part of Libgcrypt.
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -;;
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 -;; Libgcrypt is free software; you can redistribute it and/or modify
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 -;; it under the terms of the GNU Lesser General Public License as
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 -;; published by the Free Software Foundation; either version 2.1 of
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 -;; the License, or (at your option) any later version.
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 -;;
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 -;; Libgcrypt is distributed in the hope that it will be useful,
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 -;; but WITHOUT ANY WARRANTY; without even the implied warranty of
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 -;; GNU Lesser General Public License for more details.
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 -;;
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 -;; You should have received a copy of the GNU Lesser General Public
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 -;; License along with this program; if not, write to the Free Software
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 -;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22 -;;
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 -
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 -;; Note: This file should be updated manually and the ordinals shall
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25 -;; never be changed. Also check libgcrypt.vers and visibility.h.
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26 -
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 -
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 EXPORTS
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29 gcry_check_version @1
b9db9b09d641 fix shared library build for libgcrypt
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 gcry_control @2