summaryrefslogtreecommitdiff
path: root/net-analyzer/pathload/files/pathload-1.3.2-clang16.patch
blob: 9cce41e48417ac0c5032555bd6692e5cb2174f45 (plain)
1
2
3
4
5
6
7
8
9
10
configure.ac is missing, so need to edit this manually

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