pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/celt audio/celt: fix OPSYS name from Solaris to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe9bd4779eb2
branches:  trunk
changeset: 332693:fe9bd4779eb2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 20 13:59:07 2019 +0000

description:
audio/celt: fix OPSYS name from Solaris to SunOS

diffstat:

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

diffs (18 lines):

diff -r 366cbb233b0d -r fe9bd4779eb2 audio/celt/Makefile
--- a/audio/celt/Makefile       Sat Apr 20 12:47:13 2019 +0000
+++ b/audio/celt/Makefile       Sat Apr 20 13:59:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/09/11 23:59:28 asau Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/20 13:59:07 rillig Exp $
 #
 
 DISTNAME=      celt-0.11.3
@@ -19,7 +19,7 @@
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/oss.buildlink3.mk"
 
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Solaris"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "SunOS"
 ###
 ### XXX Remove this definition if DEVSUNAUDIO is placed in default mk.conf.
 ###



Home | Main Index | Thread Index | Old Index