gnutls.patch 733 B

1234567891011121314151617181920212223
  1. Index: lib/defines.h
  2. --- lib/defines.h.orig 2003-08-13 12:24:26.000000000 +0200
  3. +++ lib/defines.h 2003-10-31 08:43:23.000000000 +0100
  4. @@ -35,6 +35,7 @@
  5. #ifdef STDC_HEADERS
  6. # include <string.h>
  7. +# include <stddef.h>
  8. # include <stdlib.h>
  9. # include <stdio.h>
  10. # include <ctype.h>
  11. Index: configure
  12. --- configure.orig 2003-10-30 08:49:55.000000000 +0100
  13. +++ configure 2003-10-31 08:45:37.000000000 +0100
  14. @@ -7318,7 +7318,6 @@
  15. libgcrypt_config_prefix=""
  16. fi;
  17. if test x$libgcrypt_config_prefix != x ; then
  18. - libgcrypt_config_args="$libgcrypt_config_args --prefix=$libgcrypt_config_prefix"
  19. if test x${LIBGCRYPT_CONFIG+set} != xset ; then
  20. LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config
  21. fi