diff options
author | Tuan Hoang <tuanhoanganh.dev@gmail.com> | 2019-02-24 13:18:52 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-24 08:07:53 -0800 |
commit | fbc644835875df5ee74bbafc295b4b13f347ec51 (patch) | |
tree | 3e3f69dba60378e747f96620f177117cd3622122 /meta-oe/recipes-graphics/libforms/files/add-absolute-path-for-include-dir.patch | |
parent | 0ad153f721ef99de585c4452a997a7104f45d71d (diff) | |
download | meta-openembedded-fbc644835875df5ee74bbafc295b4b13f347ec51.tar.gz |
libforms: add version 1.2.3
Signed-off-by: Hoang Anh Tuan <tuanha@viosoft.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libforms/files/add-absolute-path-for-include-dir.patch')
-rw-r--r-- | meta-oe/recipes-graphics/libforms/files/add-absolute-path-for-include-dir.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libforms/files/add-absolute-path-for-include-dir.patch b/meta-oe/recipes-graphics/libforms/files/add-absolute-path-for-include-dir.patch new file mode 100644 index 0000000000..db400f7022 --- /dev/null +++ b/meta-oe/recipes-graphics/libforms/files/add-absolute-path-for-include-dir.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | diff -Naur xforms-1.2.3.orig/fdesign/Makefile.am xforms-1.2.3/fdesign/Makefile.am | ||
2 | --- xforms-1.2.3.orig/fdesign/Makefile.am 2019-02-24 12:58:51.968645873 +0000 | ||
3 | +++ xforms-1.2.3/fdesign/Makefile.am 2019-02-24 13:00:48.500635163 +0000 | ||
4 | @@ -11,7 +11,7 @@ | ||
5 | fdesign.1: | ||
6 | cp -p $(srcdir)/fdesign.man fdesign.1 | ||
7 | |||
8 | -INCLUDES = -I./xpm $(X_CFLAGS) | ||
9 | +INCLUDES = -I./xpm -I$(srcdir)/xpm $(X_CFLAGS) | ||
10 | |||
11 | bin_PROGRAMS = fdesign | ||
12 | |||