tcl: added patch to fix build with musl.
This commit is contained in:
parent
e5828d0797
commit
aa2f2db940
1 changed files with 11 additions and 0 deletions
11
srcpkgs/tcl/patches/tcl-stat64.patch
Normal file
11
srcpkgs/tcl/patches/tcl-stat64.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- generic/tcl.h
|
||||
+++ generic/tcl.h
|
||||
@@ -17,6 +17,8 @@
|
||||
#ifndef _TCL
|
||||
#define _TCL
|
||||
|
||||
+#include <sys/stat.h>
|
||||
+
|
||||
/*
|
||||
* For C++ compilers, use extern "C"
|
||||
*/
|
Loading…
Reference in a new issue