From f3ae05411880c87b2cd70d2bd13514eff49898e7 Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 11 Jan 2012 18:43:31 +0000 Subject: Fix build on SunOS. --- audio/libmp3splt/Makefile | 4 +++- audio/liveice/Makefile | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'audio') 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 -- cgit v1.2.3