pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/x11/qt5-qtdeclarative
On Sun, Jan 21, 2018 at 09:39:41PM +0000, Mark Davies wrote:
> Module Name: pkgsrc
> Committed By: markd
> Date: Sun Jan 21 21:39:41 UTC 2018
>
> Modified Files:
> pkgsrc/x11/qt5-qtdeclarative: Makefile distinfo
> Added Files:
> pkgsrc/x11/qt5-qtdeclarative/patches:
> patch-src_qml_jsruntime_qv4alloca__p.h
>
> Log Message:
> qt5-qtdeclarative: Make sure we pick up gcc's builtin alloca on NetBSD
Better to just put #define alloca(x) __builtin_alloca(x) after the
includes with a __GNUC__ check.
Joerg
Home |
Main Index |
Thread Index |
Old Index