pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms DragonFly has OSS as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/178d2c8cc098
branches:  trunk
changeset: 502129:178d2c8cc098
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 02 15:20:51 2005 +0000

description:
DragonFly has OSS as well.

diffstat:

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

diffs (18 lines):

diff -r 8b589c5dfdcb -r 178d2c8cc098 audio/xmms/Makefile.common
--- a/audio/xmms/Makefile.common        Wed Nov 02 15:11:06 2005 +0000
+++ b/audio/xmms/Makefile.common        Wed Nov 02 15:20:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2005/06/01 18:02:39 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2005/11/02 15:20:51 joerg Exp $
 #
 
 DISTNAME=      xmms-1.2.10
@@ -70,7 +70,7 @@
 # to build the OSS module. explicitly turn it off for all platforms
 # except those which support OSS.
 .if ${OPSYS} != "FreeBSD" && ${OPSYS} != "Linux" && ${OPSYS} != "NetBSD" && \
-       ${OPSYS} != "OpenBSD"
+       ${OPSYS} != "OpenBSD" && ${OPSYS} != "DragonFly"
 CONFIGURE_ARGS+=       --disable-oss
 .endif
 



Home | Main Index | Thread Index | Old Index