Ticket #13151: gnupg2.patch
File gnupg2.patch, 787 bytes (added by takanori@…, 17 years ago) |
---|
-
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
44 44 port:libgpg-error \ 45 45 port:pth 46 46 47 patchfiles patch-configure 47 patchfiles patch-configure \ 48 patch-g10_status.c.diff 48 49 49 50 test.run yes 50 51 test.dir ${worksrcpath}/tests