mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
txr: aarch64 broken/unsupported
This commit is contained in:
parent
6c3748cddd
commit
ac4d493300
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ homepage="http://www.nongnu.org/txr/"
|
||||||
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=6456992490a5a7ab516117f6537ee0cd3ee57fc1bcb17167464709f64184af48
|
checksum=6456992490a5a7ab516117f6537ee0cd3ee57fc1bcb17167464709f64184af48
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken="#error port me!" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --ccname="${CC}" \
|
./configure --prefix=/usr --ccname="${CC}" \
|
||||||
--platform-cflags="${CFLAGS}" \
|
--platform-cflags="${CFLAGS}" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue