summaryrefslogtreecommitdiffstats
path: root/graphics/inkscape/PRE_BUILD
blob: 9c7ea467ca71e140adc8a6dc6a950802521389ec (plain) (blame)
1
2
3
4
5
6
7
8
9
# Since 0.92.2, cmake build is the new default, but autotools still available.
# We need to switch the spell to cmake some time.
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
# Fix for poppler since 0.76.
sed -e 's|new Lexer(xref, obj)|obj|g' -i \
  src/extension/internal/pdfinput/pdf-parser.cpp &&
apply_patch_dir patches &&
./autogen.sh