mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 12:40:08 +00:00
rearrange fontforge patches
This commit is contained in:
parent
019db4e635
commit
f7aa5f3b48
@ -5,4 +5,12 @@
|
||||
cd fontforge
|
||||
./bootstrap
|
||||
./configure
|
||||
|
||||
# Apply any patches required for fontforge raw sources before we make
|
||||
#
|
||||
for APATCHFILE in $(ls ../patches/fontforge-$FONTFORGE_VERSION-*) do
|
||||
echo "patching fontforge using [$APATCHFILE]"
|
||||
patch -p 1 < $APATCHFILE
|
||||
done
|
||||
|
||||
make -j `nproc`
|
||||
|
@ -14,9 +14,3 @@ wget https://github.com/fontforge/fontforge/archive/$FONTFORGE_SRC
|
||||
tar xvf $FONTFORGE_SRC
|
||||
|
||||
mv fontforge-$FONTFORGE_VERSION fontforge
|
||||
|
||||
# FIX required for fontforge 20170731 raw sources
|
||||
#
|
||||
cd fontforge
|
||||
#
|
||||
patch -p 1 < ../patches/fontforge-20170731-fixGDraw.patch
|
||||
|
Loading…
Reference in New Issue
Block a user