pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libao Solaris has no OSS, tweak the PLIST approp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25aebe7f3c9b
branches:  trunk
changeset: 466762:25aebe7f3c9b
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 22 22:52:10 2004 +0000

description:
Solaris has no OSS, tweak the PLIST appropriately.

diffstat:

 audio/libao/Makefile.common |  7 ++++++-
 audio/libao/PLIST           |  8 ++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 949b68ffe61d -r 25aebe7f3c9b audio/libao/Makefile.common
--- a/audio/libao/Makefile.common       Thu Jan 22 18:56:38 2004 +0000
+++ b/audio/libao/Makefile.common       Thu Jan 22 22:52:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/01/22 07:26:08 grant Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/01/22 22:52:10 grant Exp $
 
 DISTNAME=      libao-0.8.4
 CATEGORIES=    audio devel
@@ -19,8 +19,13 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "FreeBSD"
+PLIST_SUBST+=          LIBOSS=""
 PLIST_SUBST+=          LIBSUN="@comment "
+.elif ${OPSYS} == "SunOS"
+PLIST_SUBST+=          LIBOSS="@comment "
+PLIST_SUBST+=          LIBSUN=""
 .else
+PLIST_SUBST+=          LIBOSS=""
 PLIST_SUBST+=          LIBSUN=""
 .endif
 
diff -r 949b68ffe61d -r 25aebe7f3c9b audio/libao/PLIST
--- a/audio/libao/PLIST Thu Jan 22 18:56:38 2004 +0000
+++ b/audio/libao/PLIST Thu Jan 22 22:52:10 2004 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.7 2003/12/08 14:33:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/01/22 22:52:10 grant Exp $
 include/ao/ao.h
 include/ao/os_types.h
 include/ao/plugin.h
-lib/ao/plugins-2/liboss.a
-lib/ao/plugins-2/liboss.la
-lib/ao/plugins-2/liboss.so
+${LIBOSS}lib/ao/plugins-2/liboss.a
+${LIBOSS}lib/ao/plugins-2/liboss.la
+${LIBOSS}lib/ao/plugins-2/liboss.so
 ${LIBSUN}lib/ao/plugins-2/libsun.a
 ${LIBSUN}lib/ao/plugins-2/libsun.la
 ${LIBSUN}lib/ao/plugins-2/libsun.so



Home | Main Index | Thread Index | Old Index