diff options
Diffstat (limited to 'meta/recipes-extended/ghostscript/files/do-not-check-local-libpng-source.patch')
-rw-r--r-- | meta/recipes-extended/ghostscript/files/do-not-check-local-libpng-source.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/ghostscript/files/do-not-check-local-libpng-source.patch b/meta/recipes-extended/ghostscript/files/do-not-check-local-libpng-source.patch index b445a6c9e9..c3e44fe86a 100644 --- a/meta/recipes-extended/ghostscript/files/do-not-check-local-libpng-source.patch +++ b/meta/recipes-extended/ghostscript/files/do-not-check-local-libpng-source.patch | |||
@@ -16,17 +16,17 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
16 | 1 file changed, 2 insertions(+), 2 deletions(-) | 16 | 1 file changed, 2 insertions(+), 2 deletions(-) |
17 | 17 | ||
18 | diff --git a/configure.ac b/configure.ac | 18 | diff --git a/configure.ac b/configure.ac |
19 | index ab30a97..b762fd7 100644 | 19 | index bf6d3f5..01df03f 100644 |
20 | --- a/configure.ac | 20 | --- a/configure.ac |
21 | +++ b/configure.ac | 21 | +++ b/configure.ac |
22 | @@ -955,11 +955,11 @@ AC_SUBST(ZLIBDIR) | 22 | @@ -930,11 +930,11 @@ AC_SUBST(ZLIBDIR) |
23 | AC_SUBST(FT_SYS_ZLIB) | 23 | AC_SUBST(FT_SYS_ZLIB) |
24 | 24 | ||
25 | dnl png for the png output device; it also requires zlib | 25 | dnl png for the png output device; it also requires zlib |
26 | -LIBPNGDIR=src | 26 | -LIBPNGDIR=src |
27 | +LIBPNGDIR=$srcdir/libpng | 27 | +LIBPNGDIR=$srcdir/libpng |
28 | PNGDEVS='' | 28 | PNGDEVS='' |
29 | PNGDEVS_ALL='png48 png16m pnggray pngmono png256 png16 pngalpha' | 29 | PNGDEVS_ALL='png48 png16m pnggray pngmono pngmonod png256 png16 pngalpha' |
30 | AC_MSG_CHECKING([for local png library source]) | 30 | AC_MSG_CHECKING([for local png library source]) |
31 | -if test -f $srcdir/libpng/pngread.c; then | 31 | -if test -f $srcdir/libpng/pngread.c; then |
32 | +if false; then | 32 | +if false; then |
@@ -34,5 +34,5 @@ index ab30a97..b762fd7 100644 | |||
34 | SHARE_LIBPNG=0 | 34 | SHARE_LIBPNG=0 |
35 | LIBPNGDIR=$srcdir/libpng | 35 | LIBPNGDIR=$srcdir/libpng |
36 | -- | 36 | -- |
37 | 1.9.1 | 37 | 2.8.1 |
38 | 38 | ||