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 | |
parent | c01c7934e82ebbf35439856fa38dfa5d81b6960c (diff) | |
download | pkgsrc-f3ae05411880c87b2cd70d2bd13514eff49898e7.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmp3splt/Makefile | 4 | ||||
-rw-r--r-- | audio/liveice/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index f3ac7db16bd..a8ece35b7b3 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/10/21 20:51:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2012/01/11 18:43:31 hans Exp $ # DISTNAME= libmp3splt-0.7 @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +LIBS.SunOS+= -lresolv + FIND_PREFIX:= LTDLDIR=libltdl .include "../../mk/find-prefix.mk" 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 |