pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/celt



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Apr 20 13:59:07 UTC 2019

Modified Files:
        pkgsrc/audio/celt: Makefile

Log Message:
audio/celt: fix OPSYS name from Solaris to SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/celt/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/celt/Makefile
diff -u pkgsrc/audio/celt/Makefile:1.3 pkgsrc/audio/celt/Makefile:1.4
--- pkgsrc/audio/celt/Makefile:1.3      Tue Sep 11 23:59:28 2012
+++ pkgsrc/audio/celt/Makefile  Sat Apr 20 13:59:07 2019
@@ -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 @@ PKGCONFIG_OVERRIDE+=  celt.pc.in
 .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