diff options
author | hans <hans@pkgsrc.org> | 2012-01-11 19:51:26 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-11 19:51:26 +0000 |
commit | 65c4bdb924e1457f57516097a448e50a22cfcb04 (patch) | |
tree | 963945da1e5e1df7ea75d45d6e2c36c691e59fbd /audio/muse/Makefile | |
parent | 0335f5d8289eeb47510d2b47d38bc8aa6dd1e522 (diff) | |
download | pkgsrc-65c4bdb924e1457f57516097a448e50a22cfcb04.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/muse/Makefile')
-rw-r--r-- | audio/muse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 567c9533c04..dd271f3c897 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2011/12/17 10:14:48 sbd Exp $ +# $NetBSD: Makefile,v 1.37 2012/01/11 19:59:35 hans Exp $ # DISTNAME= MuSE-0.9 @@ -27,6 +27,8 @@ LIBS+= ${LIBOSSAUDIO} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} MAKE_FLAGS+= docsdir=${PREFIX:Q}/share/doc/MuSE +LIBS.SunOS+= -lsocket -lnsl + SUBST_CLASSES+= dsp SUBST_STAGE.dsp= post-patch SUBST_FILES.dsp= src/jmixer.cpp src/libmpeg/fileplayer.cc |