pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libao-sun Allow this to be built under NetBSD, a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7923f40e1e63
branches: trunk
changeset: 494467:7923f40e1e63
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue May 24 15:57:19 2005 +0000
description:
Allow this to be built under NetBSD, as it works just fine.
Pointed out by wiz@.
diffstat:
audio/libao-sun/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 53839c32bf57 -r 7923f40e1e63 audio/libao-sun/Makefile
--- a/audio/libao-sun/Makefile Tue May 24 15:50:26 2005 +0000
+++ b/audio/libao-sun/Makefile Tue May 24 15:57:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2005/05/20 19:20:56 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/24 15:57:19 jmmv Exp $
.include "../libao/Makefile.common"
@@ -6,7 +6,7 @@
COMMENT+= (Sun audio plugin)
-ONLY_FOR_PLATFORM+= SunOS-*-*
+ONLY_FOR_PLATFORM+= NetBSD-*-* SunOS-*-*
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_SUN_AUDIO=no/ENABLE_SUN_AUDIO=yes/g}
BUILD_DIRS= ${WRKSRC}/src/plugins/sun
Home |
Main Index |
Thread Index |
Old Index