pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libsbsms



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar  4 18:26:42 UTC 2018

Modified Files:
        pkgsrc/audio/libsbsms: Makefile

Log Message:
audio/libsbsms: fix typo in BROKEN_EXCEPT_ON_PLATFORM


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/libsbsms/Makefile

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

Modified files:

Index: pkgsrc/audio/libsbsms/Makefile
diff -u pkgsrc/audio/libsbsms/Makefile:1.3 pkgsrc/audio/libsbsms/Makefile:1.4
--- pkgsrc/audio/libsbsms/Makefile:1.3  Sat Sep 16 19:26:42 2017
+++ pkgsrc/audio/libsbsms/Makefile      Sun Mar  4 18:26:42 2018
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 # 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