fontforge: fix linkage with Python 3.8 (via Arch).
This commit is contained in:
parent
a5d34e1662
commit
02fec6d6b3
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ checksum="e4501de5bd8e7f6c68fe7d3abd4667bf44a07b981d342ffa00e8f42e155ce633
|
|||
1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3"
|
||||
|
||||
pre_configure() {
|
||||
# Fix linking to python 3.8
|
||||
vsed -e 's|python-"${PYTHON_VERSION}"|python-"${PYTHON_VERSION}"-embed|g' -i m4/fontforge_arg_enable.m4
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue