pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mpg123



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Mar 15 18:25:22 UTC 2021

Modified Files:
        pkgsrc/audio/mpg123: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/mpg123/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/mpg123/options.mk
diff -u pkgsrc/audio/mpg123/options.mk:1.8 pkgsrc/audio/mpg123/options.mk:1.9
--- pkgsrc/audio/mpg123/options.mk:1.8  Tue Oct 27 08:58:13 2020
+++ pkgsrc/audio/mpg123/options.mk      Mon Mar 15 18:25:21 2021
@@ -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 @@ CONFIGURE_ARGS+=      --with-cpu=altivec
 .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