pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/emixer Use ossaudio.buildlink3.mk to be platform...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d72cd65cb42
branches: trunk
changeset: 474651:6d72cd65cb42
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon May 03 17:32:35 2004 +0000
description:
Use ossaudio.buildlink3.mk to be platform-independent.
While here, set NO_CONFIGURE=YES.
diffstat:
audio/emixer/Makefile | 4 +++-
audio/emixer/files/Makefile | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 7672d028e374 -r 6d72cd65cb42 audio/emixer/Makefile
--- a/audio/emixer/Makefile Mon May 03 17:00:42 2004 +0000
+++ b/audio/emixer/Makefile Mon May 03 17:32:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/04/11 16:09:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2004/05/03 17:32:35 minskim Exp $
#
DISTNAME= emixer-0.05.5
@@ -14,9 +14,11 @@
DEPENDS+= mpg123{,-esound,-nas}-0.59*:../../audio/mpg123
USE_BUILDLINK3= YES
+NO_CONFIGURE= YES
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7672d028e374 -r 6d72cd65cb42 audio/emixer/files/Makefile
--- a/audio/emixer/files/Makefile Mon May 03 17:00:42 2004 +0000
+++ b/audio/emixer/files/Makefile Mon May 03 17:32:35 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2001/06/19 15:57:39 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/03 17:32:36 minskim Exp $
all: emixer
emixer: main.o
- ${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} -lncurses -lossaudio
+ ${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} -lncurses ${LIBOSSAUDIO}
install:
${BSD_INSTALL_PROGRAM} emixer ${PREFIX}/bin/emixer
Home |
Main Index |
Thread Index |
Old Index