pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xmms-modplug Change -lossaudio to ${LIBOSSAUDIO}...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd5c2688403e
branches: trunk
changeset: 472940:dd5c2688403e
user: ben <ben%pkgsrc.org@localhost>
date: Wed Apr 14 15:07:13 2004 +0000
description:
Change -lossaudio to ${LIBOSSAUDIO} so this will build on non-NetBSD platforms.
diffstat:
audio/xmms-modplug/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dbb445e9c8d4 -r dd5c2688403e audio/xmms-modplug/Makefile
--- a/audio/xmms-modplug/Makefile Wed Apr 14 15:03:40 2004 +0000
+++ b/audio/xmms-modplug/Makefile Wed Apr 14 15:07:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/05 22:36:12 ben Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/14 15:07:13 ben Exp $
#
DISTNAME= modplugxmms-2.05
@@ -12,7 +12,7 @@
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
-LDFLAGS+= -lm -lossaudio
+LDFLAGS+= -lm ${LIBOSSAUDIO}
USE_X11= yes
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index