diff options
Diffstat (limited to 'lang/qt5-qml/files/patch-jsruntime__qv4alloca_p.h')
-rw-r--r-- | lang/qt5-qml/files/patch-jsruntime__qv4alloca_p.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/qt5-qml/files/patch-jsruntime__qv4alloca_p.h b/lang/qt5-qml/files/patch-jsruntime__qv4alloca_p.h new file mode 100644 index 000000000000..272340c889ee --- /dev/null +++ b/lang/qt5-qml/files/patch-jsruntime__qv4alloca_p.h @@ -0,0 +1,11 @@ +--- ./jsruntime/qv4alloca_p.h.orig 2014-02-01 20:38:02.000000000 +0000 ++++ ./jsruntime/qv4alloca_p.h 2014-02-24 08:11:34.679454851 +0000 +@@ -49,7 +49,7 @@ + # ifndef __GNUC__ + # define alloca _alloca + # endif +-#else ++#elif !defined(Q_OS_FREEBSD) + # include <alloca.h> + #endif + |