From aa2f2db940a67a23e1316f595a09020255b7514b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Mar 2013 19:33:20 +0100 Subject: [PATCH] tcl: added patch to fix build with musl. --- srcpkgs/tcl/patches/tcl-stat64.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/tcl/patches/tcl-stat64.patch diff --git a/srcpkgs/tcl/patches/tcl-stat64.patch b/srcpkgs/tcl/patches/tcl-stat64.patch new file mode 100644 index 00000000000..66c5086edea --- /dev/null +++ b/srcpkgs/tcl/patches/tcl-stat64.patch @@ -0,0 +1,11 @@ +--- generic/tcl.h ++++ generic/tcl.h +@@ -17,6 +17,8 @@ + #ifndef _TCL + #define _TCL + ++#include ++ + /* + * For C++ compilers, use extern "C" + */