summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch
Commit message (Collapse)AuthorAgeFilesLines
* recipes: add Upstream-Status to various recipe patchesScott Garman2011-05-181-0/+4
| | | | | | | | | | | | | | Add Upstream-Status tag to patches for the following recipes: apmd insserv linuxdoc-tools openjade sgmlspl at sudo Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* 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>