summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/openjade
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/openjade')
-rw-r--r--meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch4
-rw-r--r--meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch4
2 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch b/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch
index 84e1d63151..968b9b47cf 100644
--- a/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch
+++ b/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch
@@ -1,7 +1,11 @@
1This patch fixes libtool QA issues with WORKDIR creeping in to 1This patch fixes libtool QA issues with WORKDIR creeping in to
2libospgrove.la and libostyle.la. Patch obtained from OpenEmbedded. 2libospgrove.la and libostyle.la. Patch obtained from OpenEmbedded.
3 3
4Upstream-Status: Inappropriate [Other]
5Workaround is specific to our build system.
6
4Signed-off-by: Scott Garman <scott.a.garman@intel.com> 7Signed-off-by: Scott Garman <scott.a.garman@intel.com>
8
5Index: openjade-1.3.2/spgrove/Makefile.sub 9Index: openjade-1.3.2/spgrove/Makefile.sub
6=================================================================== 10===================================================================
7--- openjade-1.3.2.orig/spgrove/Makefile.sub 11--- openjade-1.3.2.orig/spgrove/Makefile.sub
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch b/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch
index 2f2adfe340..073af46fc5 100644
--- a/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch
+++ b/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch
@@ -12,6 +12,10 @@ https://bugs.gentoo.org/358021
12http://clang.llvm.org/compatibility.html#default_init_const 12http://clang.llvm.org/compatibility.html#default_init_const
13http://gcc.gnu.org/PR44499" 13http://gcc.gnu.org/PR44499"
14 14
15Upstream-Status: Pending
16
17Signed-off-by: Scott Garman <scott.a.garman@intel.com>
18
15--- a/jade/TeXFOTBuilder.cxx 19--- a/jade/TeXFOTBuilder.cxx
16+++ b/jade/TeXFOTBuilder.cxx 20+++ b/jade/TeXFOTBuilder.cxx
17@@ -88,6 +88,8 @@ public: 21@@ -88,6 +88,8 @@ public: