summaryrefslogtreecommitdiff
path: root/games-mud/circlemud/files/circlemud-3.1-clang16.patch
blob: e0e233442572b286ddf9b3e65d0bfbd9ff6689fa (plain)
1
2
3
4
5
6
7
8
9
10
cnf/ files did not play well with eautoreconf

https://bugs.gentoo.org/874453
--- a/configure
+++ b/configure
@@ -698,3 +698,3 @@
 
-main(){return(0);}
+int main(void){return(0);}
 EOF