mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
desmume: fix cross build.
This commit is contained in:
parent
0fa6e9ee9e
commit
fa0f67cb35
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ homepage="http://www.desmume.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=cd2ad70cdde1236eba5a4ff8cea838f42b7dc470e32ac938263f49f12a55d754
|
checksum=cd2ad70cdde1236eba5a4ff8cea838f42b7dc470e32ac938263f49f12a55d754
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
# XXX needs sdl-config
|
||||||
|
hostmakedepends+=" SDL-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
|
sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue