ports/devel/pthsem/files/patch-pth.m4
Baptiste Daroussin b82f94e1ce Update to 2.0.8
Fix pthsem.m4 macros to avoid [] to disappear (this allow net/linknx to generate a working test for conf
2014-04-22 17:14:44 +00:00

11 lines
285 B
Text

--- ./pth.m4.orig 2008-07-09 23:22:42.000000000 +0200
+++ ./pth.m4 2014-04-22 19:09:18.070826022 +0200
@@ -296,7 +296,7 @@
exit(0);
])
m4_define(_code3, [dnl
- int main(int argc, char *argv[])
+ int main(int argc, char **argv)
{
])
m4_define(_code4, [dnl