diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2013-02-04 08:52:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2013-02-04 08:52:19 +0000 |
commit | b2b8aabaa89ecd00044d0270aa39ab2feab5fe44 (patch) | |
tree | cc7ccd42e107b1ebd6afbdf7986a533c0c812ef0 /math/snns/files/patch-tools__sources__mkpat.c | |
parent | - Fix build using CLANG. (diff) |
- Fix build using CLANG.
- Add MAKE_JOBS_UNSAFE.
PR: ports/175015
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=311585
Diffstat (limited to 'math/snns/files/patch-tools__sources__mkpat.c')
-rw-r--r-- | math/snns/files/patch-tools__sources__mkpat.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/snns/files/patch-tools__sources__mkpat.c b/math/snns/files/patch-tools__sources__mkpat.c new file mode 100644 index 000000000000..ff33540863d3 --- /dev/null +++ b/math/snns/files/patch-tools__sources__mkpat.c @@ -0,0 +1,11 @@ +--- 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; |