summaryrefslogtreecommitdiffstats
path: root/printer/ghostscript/PRE_BUILD
blob: c21f12308b3864110172e8e86c9d9f4cfebec4eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
default_pre_build    &&
cd $SOURCE_DIRECTORY &&

apply_patch_dir patches &&

# remove most of the embedded libraries. use the system ones instead
rm -rf freetype jpeg libpng tiff lcms2 ijs openjpeg zlib &&

# remove non-existing openjpeg header inclusion
sed -i "/opj_malloc.h/d" base/sjpx_openjpeg.c