gmp: remove unnecessary and wrong configure_args; thanks al3hex.
This commit is contained in:
parent
ffb6493ca0
commit
591f91446e
|
@ -14,10 +14,6 @@ homepage="http://gmplib.org/"
|
|||
distfiles="http://mirror.anl.gov/pub/gnu/gmp/gmp-${version}a.tar.xz"
|
||||
checksum=9156d32edac6955bc53b0218f5f3763facb890b73a835d5e1b901dcf8eb8b764
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) cnfigure_args+=" ABI=32";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue