freebsd-ports/math/snns/files/patch-tools__sources__mkout.c
Marcelo Araujo b2b8aabaa8 - Fix build using CLANG.
- Add MAKE_JOBS_UNSAFE.

PR:		ports/175015
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-04 08:52:19 +00:00

11 lines
269 B
C

--- tools/sources/mkout.c.orig 2008-04-21 16:56:08.000000000 +0900
+++ tools/sources/mkout.c 2012-10-24 04:38:57.000000000 +0900
@@ -26,7 +26,7 @@
#define RAWNUM 8
-void main(int argc, char *argv[])
+int main(int argc, char *argv[])
{
int i, units, active;