python/hypothesis: update to 6.122.3
[oi-userland.git] / components / print / ghostscript / patches / 15-6886857,7068679.patch
blob8534e32f8ffda32cf75a48230217059467bb0757
1 statically linked libjpeg in libgs.so causes crash in evince
2 Bug # 15593209
4 NOTE : This patch will not be pushed upstream, as this only fix
5 the way we want to link few libs to ghostscript in Solaris.
7 --- ghostscript-10.0.0/base/unix-gcc.mak
8 +++ ghostscript-10.0.0/base/unix-gcc.mak
9 @@ -242,7 +242,7 @@ # and the version of the library that is
10 # You may need to change this if the libpng version changes.
11 # See png.mak for more information.
13 -SHARE_LIBPNG=0
14 +SHARE_LIBPNG=1
15 PNGSRCDIR=./libpng
16 LIBPNG_NAME=png
18 @@ -257,7 +257,7 @@ LIBTIFF_NAME=tiff
19 # Define the directory where the zlib sources are stored.
20 # See zlib.mak for more information.
22 -SHARE_ZLIB=0
23 +SHARE_ZLIB=1
24 ZSRCDIR=./zlib
25 #ZLIB_NAME=gz
26 ZLIB_NAME=z