pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libao Fix PLIST on Linux; libsun.* are not insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b67441ccdac1
branches:  trunk
changeset: 471025:b67441ccdac1
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Mar 15 19:10:21 2004 +0000

description:
Fix PLIST on Linux; libsun.* are not installed except on Linux/sparc.
Closes PR pkg/24577.  OK'ed by reed@.

diffstat:

 audio/libao/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4ef7f28bf8b0 -r b67441ccdac1 audio/libao/Makefile.common
--- a/audio/libao/Makefile.common       Mon Mar 15 18:20:28 2004 +0000
+++ b/audio/libao/Makefile.common       Mon Mar 15 19:10:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/02/14 18:26:27 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/03/15 19:10:21 minskim Exp $
 
 DISTNAME=      libao-0.8.4
 CATEGORIES=    audio devel
@@ -24,6 +24,9 @@
 .elif ${OPSYS} == "SunOS"
 PLIST_SUBST+=          LIBOSS="@comment "
 PLIST_SUBST+=          LIBSUN=""
+.elif ${OPSYS} == "Linux" && empty(MACHINE_PLATFORM:MLinux-*-sparc*)
+PLIST_SUBST+=          LIBOSS=""
+PLIST_SUBST+=          LIBSUN="@comment "
 .else
 PLIST_SUBST+=          LIBOSS=""
 PLIST_SUBST+=          LIBSUN=""



Home | Main Index | Thread Index | Old Index