ports/net/pchar/patches/patch-configure

13 lines
212 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: configure
--- configure.orig
+++ configure
@@ -962,7 +962,7 @@ else
extern "C" void exit(int);
#endif
#include <stdio.h>
-main()
+int main()
{
FILE *f=fopen("conftestval", "w");
if (!f) exit(1);