pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mpg123 Spell --with-cpu correctly for aarch64 in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a319d406ed78
branches:  trunk
changeset: 448836:a319d406ed78
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Mar 15 18:25:21 2021 +0000

description:
Spell --with-cpu correctly for aarch64 in mpg123's options.mk.

diffstat:

 audio/mpg123/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1e9321883ac9 -r a319d406ed78 audio/mpg123/options.mk
--- a/audio/mpg123/options.mk   Mon Mar 15 17:19:40 2021 +0000
+++ b/audio/mpg123/options.mk   Mon Mar 15 18:25:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2020/10/27 08:58:13 nia Exp $
+# $NetBSD: options.mk,v 1.9 2021/03/15 18:25:21 dholland Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mpg123
 PKG_OPTIONS_OPTIONAL_GROUPS=   fpu
@@ -30,7 +30,7 @@
 .elif !empty(PKG_OPTIONS:Mmpg123-neon64)
 CONFIGURE_ARGS+=       --with-cpu=neon64
 .elif !empty(PKG_OPTIONS:Mmpg123-aarch64)
-CONFIGURE_ARGS+=       --with-cup=aarch64
+CONFIGURE_ARGS+=       --with-cpu=aarch64
 .else
 CONFIGURE_ARGS+=       --with-cpu=generic_nofpu
 .endif



Home | Main Index | Thread Index | Old Index