mingw-w64-crt: Add platform check for multilib; revision bump.
This commit is contained in:
parent
1a9de1159d
commit
52e487ba40
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@ pkgname=$_shortname-crt
|
|||
_majversion=1.0
|
||||
_snapshot=20110523
|
||||
version=${_majversion}.$_snapshot
|
||||
revision=1
|
||||
distfiles=${SOURCEFORGE_SITE}/$_shortname/$_shortname/$_shortname-v$_majversion-snapshot-$_snapshot.tar.bz2
|
||||
build_style=custom-install
|
||||
short_desc="The mingw-w64 cross-compiler runtime"
|
||||
|
@ -18,7 +19,9 @@ long_desc="
|
|||
This is the mingw-64 cross-compiler, which supports building code for Win32
|
||||
or Win64 (multilib). For the i686 platform, only 32bit is available."
|
||||
|
||||
Add_dependency build gcc-multilib
|
||||
if [ "${xbps_machine}" = "x86_64" ]; then
|
||||
Add_dependency build gcc-multilib
|
||||
fi
|
||||
Add_dependency build flex
|
||||
Add_dependency build gawk
|
||||
|
||||
|
|
Loading…
Reference in a new issue