mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
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'
|
# Template file for 'ipe'
|
||||||
pkgname=ipe
|
pkgname=ipe
|
||||||
version=7.1.7
|
version=7.1.7
|
||||||
revision=3
|
revision=4
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
makedepends="qt-devel lua-devel libjpeg-turbo-devel cairo-devel poppler-devel"
|
makedepends="qt-devel lua-devel libjpeg-turbo-devel cairo-devel poppler-devel"
|
||||||
short_desc="Drawing editor for creating figures in PDF or EPS formats"
|
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"
|
local url="git://github.com/otfried/ipe-tools.git"
|
||||||
msg_normal "Fetching source from ${url}...\n"
|
msg_normal "Fetching source from ${url}...\n"
|
||||||
git clone ${url} ipe-tools
|
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() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue