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/libmp3splt/Makefile | |
parent | c01c7934e82ebbf35439856fa38dfa5d81b6960c (diff) | |
download | pkgsrc-f3ae05411880c87b2cd70d2bd13514eff49898e7.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/libmp3splt/Makefile')
-rw-r--r-- | audio/libmp3splt/Makefile | 4 |
1 files changed, 3 insertions, 1 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" |