rearrange fontforge patches

This commit is contained in:
Stephen Gaito 2019-11-23 06:23:30 +00:00
parent 019db4e635
commit f7aa5f3b48
2 changed files with 8 additions and 6 deletions

View File

@ -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`

View File

@ -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