mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Fix build with CLANG
PR: 158103 Submitted by: Guido Falsi <mad@madpilot.net>
This commit is contained in:
parent
00899d7b5f
commit
ca03e96275
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276332
@ -1,3 +1,2 @@
|
||||
MD5 (acm-5.0.tar.gz) = 8d27051a3aa0d85b90f66a86f746e827
|
||||
SHA256 (acm-5.0.tar.gz) = d5c567681b88a1012548f2a98aa88199e83789518b5303ce8053bb4e38dd5b2b
|
||||
SIZE (acm-5.0.tar.gz) = 1218154
|
||||
|
11
games/acm/files/patch-dis-test-disscope.c
Normal file
11
games/acm/files/patch-dis-test-disscope.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- dis/test/disscope.c.orig 1998-12-10 23:58:01.000000000 +0100
|
||||
+++ dis/test/disscope.c 2011-06-21 13:01:46.689444826 +0200
|
||||
@@ -172,7 +172,7 @@
|
||||
#endif
|
||||
++ count;
|
||||
}
|
||||
- return;
|
||||
+ return 0;
|
||||
}
|
||||
|
||||
char *
|
Loading…
Reference in New Issue
Block a user