summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch
Commit message (Collapse)AuthorAgeFilesLines
* openjade: fix build with GCC 4.6Joshua Lock2011-04-041-0/+88
In GCC 4.6 the compiler no longer allows objects of const-qualified type to be default initialized unless the type has a user-declared default constructor. Patch from Gentoo bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=358021 Signed-off-by: Joshua Lock <josh@linux.intel.com>