pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xcdroast Simplify previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/249a31a06bb6
branches:  trunk
changeset: 467339:249a31a06bb6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Jan 29 11:00:02 2004 +0000

description:
Simplify previous.

diffstat:

 sysutils/xcdroast/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 981f059eb2f0 -r 249a31a06bb6 sysutils/xcdroast/Makefile
--- a/sysutils/xcdroast/Makefile        Thu Jan 29 10:41:17 2004 +0000
+++ b/sysutils/xcdroast/Makefile        Thu Jan 29 11:00:02 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/29 10:39:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.26 2004/01/29 11:00:02 xtraeme Exp $
 
 DISTNAME=      xcdroast-0.98alpha15
 PKGNAME=       xcdroast-0.98a15
@@ -28,10 +28,7 @@
 
 .if ${_OPSYS_HAS_OSSAUDIO} == "yes"
 CFLAGS+=       -DHAVE_OSS
-.  if ${OPSYS} == "NetBSD"
-AUDIO_LIBS=    -lossaudio
-.  endif
-CONFIGURE_ENV+=        AUDIO_LIBS=${AUDIO_LIBS}
+CONFIGURE_ENV+=        AUDIO_LIBS=${LIBOSSAUDIO}
 .endif
 
 DOCDIR=                ${PREFIX}/share/doc/xcdroast



Home | Main Index | Thread Index | Old Index