diff options
author | minskim <minskim> | 2005-10-24 19:46:05 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-24 19:46:05 +0000 |
commit | 8327cecdd99e2e4b98271b8d1d3a17ab2579486f (patch) | |
tree | a37444274d22980450762ab581acb5db62446823 /multimedia/gmplayer | |
parent | b6d3414084fd94a7b12f9516597d4b161247e7b8 (diff) | |
download | pkgsrc-8327cecdd99e2e4b98271b8d1d3a17ab2579486f.tar.gz |
Call isspace(3) with unsigned char, instead of char, to handle
non-ASCII characters properly. Based on patches provided by Kevin Kim
Bump PKGREVISION for mplayer and gmplayer.
Diffstat (limited to 'multimedia/gmplayer')
-rw-r--r-- | multimedia/gmplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gmplayer/Makefile b/multimedia/gmplayer/Makefile index 7759e946728..6c70bc61b69 100644 --- a/multimedia/gmplayer/Makefile +++ b/multimedia/gmplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/10/02 11:23:08 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2005/10/24 19:46:05 minskim Exp $ # # NOTE: if you are updating both mplayer and gmplayer, you must ensure @@ -9,7 +9,7 @@ # PKGNAME= gmplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 SKIN_SITES= http://www1.mplayerhq.hu/MPlayer/Skin/ \ ftp://ftp1.mplayerhq.hu/MPlayer/Skin/ \ |