pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Fix typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69225abe76c0
branches:  trunk
changeset: 622048:69225abe76c0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Jul 23 13:01:05 2013 +0000

description:
Fix typo.
libossaudio is unavailable.

diffstat:

 mk/platform/Linux.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b482cd1fbb10 -r 69225abe76c0 mk/platform/Linux.mk
--- a/mk/platform/Linux.mk      Tue Jul 23 10:56:43 2013 +0000
+++ b/mk/platform/Linux.mk      Tue Jul 23 13:01:05 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.55 2013/05/17 03:40:02 dsainty Exp $
+# $NetBSD: Linux.mk,v 1.56 2013/07/23 13:01:05 ryoon Exp $
 #
 # Variable definitions for the Linux operating system.
 
@@ -75,7 +75,7 @@
 .endif
 _OPSYS_HAS_JAVA=       no      # Java is not standard
 _OPSYS_HAS_MANZ=       no      # no MANZ for gzipping of man pages
-_OPSYS_HAS_OSSAUDIO=   no      # libossaudio is available
+_OPSYS_HAS_OSSAUDIO=   no      # libossaudio is unavailable
 _OPSYS_PERL_REQD=              # no base version of perl required
 _OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF     # shared lib type



Home | Main Index | Thread Index | Old Index