pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libsbsms audio/libsbsms: fix typo in BROKEN_EXCE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bedb6a862d8
branches:  trunk
changeset: 376601:4bedb6a862d8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 04 18:26:42 2018 +0000

description:
audio/libsbsms: fix typo in BROKEN_EXCEPT_ON_PLATFORM

diffstat:

 audio/libsbsms/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1ba432f36633 -r 4bedb6a862d8 audio/libsbsms/Makefile
--- a/audio/libsbsms/Makefile   Sun Mar 04 17:40:28 2018 +0000
+++ b/audio/libsbsms/Makefile   Sun Mar 04 18:26:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/04 18:26:42 rillig Exp $
 
 DISTNAME=      libsbsms-2.0.2
 CATEGORIES=    audio
@@ -11,7 +11,7 @@
 
 # configure script demands -msse; should be taught to use altivec and
 # whatever else on other platforms. Except where nonexistent.
-BROKEN_EXCEPT_FOR_PLATFORM=    *-*-i386 *-*-x86_64
+BROKEN_EXCEPT_ON_PLATFORM=     *-*-i386 *-*-x86_64
 NOT_FOR_PLATFORM=              *-*-m68k
 
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index