diff options
author | joerg <joerg> | 2005-10-03 15:17:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-10-03 15:17:14 +0000 |
commit | b0e346506f76d8ca493567fd2c117a5e74919c43 (patch) | |
tree | ee49789bd04828ab4084c2939f2eb074d1e966dc /audio/mpg123-nas | |
parent | d6618c6f439e214b623ae6f3ec15d1713c5ad912 (diff) | |
download | pkgsrc-b0e346506f76d8ca493567fd2c117a5e74919c43.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-nas')
-rw-r--r-- | audio/mpg123-nas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile index 7f907689955..7e31a7f96e4 100644 --- a/audio/mpg123-nas/Makefile +++ b/audio/mpg123-nas/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:02:38 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/10/03 15:17:14 joerg Exp $ PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with NAS output TARGET_SUFFIX= -nas |