ipe: fix cross.
This commit is contained in:
parent
2edc9dcdc9
commit
2bbb25329b
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'ipe'
|
||||
pkgname=ipe
|
||||
version=7.2.7
|
||||
revision=1
|
||||
revision=2
|
||||
_tools_commit=e5b23399a83d69fd5bb5d4645ef7325b4b57435b
|
||||
hostmakedepends="wget pkg-config"
|
||||
hostmakedepends="pkg-config qt5-qmake qt5-tools qt5-host-tools wget"
|
||||
makedepends="qt5-devel lua52-devel libjpeg-turbo-devel cairo-devel poppler-devel"
|
||||
short_desc="Drawing editor for creating figures in PDF or EPS formats"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
@ -23,9 +23,9 @@ post_extract() {
|
|||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} -C src IPEPREFIX=/usr LUA_PACKAGE=lua5.2
|
||||
make ${makejobs} -C ipe-tools/figtoipe
|
||||
make ${makejobs} -C ipe-tools/pdftoipe
|
||||
make ${makejobs} -C src IPEPREFIX=/usr LUA_PACKAGE=lua5.2 CXX="$CXX"
|
||||
make ${makejobs} -C ipe-tools/figtoipe CXX="$CXX"
|
||||
make ${makejobs} -C ipe-tools/pdftoipe CXX="$CXX"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue