pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libao Do not install the sun plugin on DragonFly...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5a21f723017
branches:  trunk
changeset: 493329:c5a21f723017
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue May 03 14:50:28 2005 +0000

description:
Do not install the sun plugin on DragonFlyBSD, patch from
Joerg Sonnenberger in PR pkg/30120.

diffstat:

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

diffs (18 lines):

diff -r f4f301a4fb73 -r c5a21f723017 audio/libao/Makefile.common
--- a/audio/libao/Makefile.common       Tue May 03 14:21:43 2005 +0000
+++ b/audio/libao/Makefile.common       Tue May 03 14:50:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2005/04/11 21:44:53 tv Exp $
+# $NetBSD: Makefile.common,v 1.18 2005/05/03 14:50:28 xtraeme Exp $
 
 DISTNAME=      libao-0.8.6
 CATEGORIES=    audio devel
@@ -19,7 +19,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "FreeBSD"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
 PLIST_SUBST+=          LIBOSS=""
 PLIST_SUBST+=          LIBSUN="@comment "
 .elif ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index