diff options
author | hans <hans@pkgsrc.org> | 2012-01-11 18:43:31 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-11 18:43:31 +0000 |
commit | f3ae05411880c87b2cd70d2bd13514eff49898e7 (patch) | |
tree | b4534456df15a912d7decc9613c7bafe844d2921 /audio/liveice/Makefile | |
parent | c01c7934e82ebbf35439856fa38dfa5d81b6960c (diff) | |
download | pkgsrc-f3ae05411880c87b2cd70d2bd13514eff49898e7.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/liveice/Makefile')
-rw-r--r-- | audio/liveice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/liveice/Makefile b/audio/liveice/Makefile index 40b50ad2ed9..8d8413937b7 100644 --- a/audio/liveice/Makefile +++ b/audio/liveice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/12/17 10:14:44 sbd Exp $ +# $NetBSD: Makefile,v 1.18 2012/01/11 18:50:10 hans Exp $ # DISTNAME= liveice @@ -20,6 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES DIST_SUBDIR= liveice-0.20001121 LIBS+= ${LIBOSSAUDIO} +LIBS.SunOS+= -lsocket INSTALLATION_DIRS= bin |