Change -lossaudio to ${LIBOSSAUDIO} so this will build on non-NetBSD platforms.
This commit is contained in:
parent
051f39e2c0
commit
0ed65c021c
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ COMMENT= XMMS plugin based on modplug
|
|||
|
||||
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
|
||||
|
||||
LDFLAGS+= -lm -lossaudio
|
||||
LDFLAGS+= -lm ${LIBOSSAUDIO}
|
||||
USE_X11= yes
|
||||
USE_BUILDLINK3= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue