pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/sox Fix build on Mac OS X.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fea8cb8e97d
branches:  trunk
changeset: 518190:7fea8cb8e97d
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun Sep 03 00:26:20 2006 +0000

description:
Fix build on Mac OS X.

diffstat:

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

diffs (18 lines):

diff -r 0b529a97de98 -r 7fea8cb8e97d audio/sox/Makefile
--- a/audio/sox/Makefile        Sun Sep 03 00:20:49 2006 +0000
+++ b/audio/sox/Makefile        Sun Sep 03 00:26:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/08/07 23:39:56 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2006/09/03 00:26:20 ben Exp $
 
 DISTNAME=      sox-12.18.1
 CATEGORIES=    audio
@@ -24,7 +24,7 @@
 
 PLIST_SRC=             ${PKGDIR}/PLIST.common
 
-.if ${OPSYS} != "Interix"
+.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin"
 CONFIGURE_ARGS+=       --with-sun-audio
 PLIST_SRC+=            ${PKGDIR}/PLIST.play
 .endif



Home | Main Index | Thread Index | Old Index