ipe: fixes for musl.
This commit is contained in:
parent
0ec2388f34
commit
a17aaaf11c
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ipe'
|
||||
pkgname=ipe
|
||||
version=7.1.7
|
||||
revision=3
|
||||
revision=4
|
||||
hostmakedepends="pkg-config git"
|
||||
makedepends="qt-devel lua-devel libjpeg-turbo-devel cairo-devel poppler-devel"
|
||||
short_desc="Drawing editor for creating figures in PDF or EPS formats"
|
||||
|
@ -16,6 +16,9 @@ post_extract() {
|
|||
local url="git://github.com/otfried/ipe-tools.git"
|
||||
msg_normal "Fetching source from ${url}...\n"
|
||||
git clone ${url} ipe-tools
|
||||
|
||||
sed -i 's/xlocale.h/locale.h/g' src/ipelib/ipeplatform.cpp
|
||||
sed -i '/cstdio/i#include <sys/types.h>' src/include/ipebase.h
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue