fontforge: fix linkage with Python 3.8 (via Arch).

This commit is contained in:
Juan RP 2019-12-24 11:03:58 +01:00
parent a5d34e1662
commit 02fec6d6b3
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

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