diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-11 22:25:25 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-11 22:25:25 +0000 |
commit | 3cb109c47eed0ad40d9f87eab87e1a6635a000d0 (patch) | |
tree | 2363b1edbf188022813200258e325e23fb1666a9 /audio | |
parent | 7e1269044f287d3efc794093df95d46906acd77d (diff) | |
download | pkgsrc-3cb109c47eed0ad40d9f87eab87e1a6635a000d0.tar.gz |
wants to link with pthreads
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg321/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 541502837d0..993e2523024 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/02 23:48:00 asau Exp $ +# $NetBSD: Makefile,v 1.18 2015/03/11 22:25:25 tnn Exp $ DISTNAME= mpg321-0.2.13-4 PKGNAME= mpg321-0.2.13.4 @@ -16,4 +16,5 @@ CONFIGURE_ARGS+= --disable-mpg123-symlink .include "../../audio/libao/buildlink3.mk" .include "../../audio/libid3tag/buildlink3.mk" .include "../../audio/libmad/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |