1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/math/snns/files/patch-tools__sources__mkpat.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

12 lines
254 B
C

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