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/Makefile | |
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/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 7c37e6bbfcf..362b90b6c89 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2005/01/12 14:17:44 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2005/10/03 15:17:14 joerg Exp $ PKGNAME= mpg123-${MPG123_VERSION} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio CONFLICTS+= mpg123-nas-[0-9]* |