diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-03 15:17:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-03 15:17:14 +0000 |
commit | 5e00c79bb0af0a80aadb06b08d64a8ba64fe22a1 (patch) | |
tree | ee49789bd04828ab4084c2939f2eb074d1e966dc /audio/mpg123-esound | |
parent | 8919a51b2e0da6ecfc799460b91ea997e44c147b (diff) | |
download | pkgsrc-5e00c79bb0af0a80aadb06b08d64a8ba64fe22a1.tar.gz |
Correct usage of errno and ctype macros. The former is wrong when thread
linking is active, the latter can result in segfaults.
Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype
bugfix.
Diffstat (limited to 'audio/mpg123-esound')
-rw-r--r-- | audio/mpg123-esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile index 4c86150e5c3..32a831e85cb 100644 --- a/audio/mpg123-esound/Makefile +++ b/audio/mpg123-esound/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2005/03/09 20:16:27 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/03 15:17:14 joerg Exp $ PKGNAME= mpg123-esound-${MPG123_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with EsounD TARGET_SUFFIX= -esd |