Ticket #13151: gnupg2.patch

File gnupg2.patch, 787 bytes (added by takanori@…, 17 years ago)

Here is a patch to avoid this problem.

  • files/patch-g10_status.c.diff

     
     1--- g10/status.c.orig   2007-07-04 22:55:02.000000000 +0900
     2+++ g10/status.c        2007-11-05 10:14:05.000000000 +0900
     3@@ -37,6 +37,9 @@
     4 
     5 #define CONTROL_D ('D' - 'A' + 1)
     6 
     7+#ifdef bool
     8+#undef bool
     9+#endif
     10 
     11 
     12 static FILE *statusfp;
  • Portfile

     
    4444                port:libgpg-error       \
    4545                port:pth
    4646
    47 patchfiles      patch-configure
     47patchfiles      patch-configure \
     48                patch-g10_status.c.diff
    4849
    4950test.run        yes
    5051test.dir        ${worksrcpath}/tests