media-video/cinelerra-gg: fix building with gcc 14
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- a/cpuinfo.sh
|
||||
+++ b/cpuinfo.sh
|
||||
@@ -36,6 +36,7 @@
|
||||
{
|
||||
cat > conftest.c <<EOF
|
||||
#include <signal.h>
|
||||
+#include <stdlib.h>
|
||||
void catch() { exit(1); }
|
||||
int main(void){
|
||||
signal(SIGILL, catch);
|
||||
Reference in New Issue
Block a user