python/hypothesis: update to 6.122.3
[oi-userland.git] / components / network / hylafax / patches / 01_configure_Tiff.patch
blob6b9e63d7ccd05647e8e3633f275f616a614d3b25
1 inhouse - not valid for upstream.
3 SPARC needs fPIC instead of fpic.
5 --- hylafax-6.0.7/configure.~1~ 2018-09-18 20:51:17.000000000 +0200
6 +++ hylafax-6.0.7/configure 2023-02-06 18:50:54.173063804 +0100
7 @@ -2563,7 +2563,7 @@
8 tiff_offset_t="uint32"
9 tiff_bytecount_t="uint32"
11 - 4.[0]) tiff_runlen_t="uint32"
12 + 4.[012345]) tiff_runlen_t="uint32"
13 tiff_offset_t="uint64"
14 tiff_bytecount_t="uint64"
15 echo '#define TIFFHeader TIFFHeaderClassic'
16 @@ -3498,8 +3498,8 @@
17 if [ ${ISGCC} = "yes" ] ; then
18 DSOOPTS='-shared -Wl,-G,-h,$@'
19 LLDOPTS="$USE_RPATH -lstdc++"
20 - GCOPTS="${GCOPTS} -fpic"
21 - GCXXOPTS="${GCXXOPTS} -fpic"
22 + GCOPTS="${GCOPTS} -fPIC"
23 + GCXXOPTS="${GCXXOPTS} -fPIC"
24 else
25 DSOOPTS='-G -h $@'
26 LLDOPTS='-L${UTIL} -R${LIBDIR} -lhylafax-${ABI_VERSION} -lCrun'