Correct a C syntax error in the <id3/globals.h> header that causes, e.g.,

xmms-imms to fail to build.  Mail to ${MAINTAINER} bounces.
This commit is contained in:
Brian Feldman 2004-02-22 22:51:59 +00:00
parent 6910c38c65
commit b7a539b619
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101759
2 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,7 @@ PORTVERSION= 3.8.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PORTREVISION= 1
MAINTAINER= roman@xpert.com
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags

View File

@ -0,0 +1,11 @@
--- include/id3/globals.h.orig Sun Feb 22 17:38:28 2004
+++ include/id3/globals.h Sun Feb 22 17:38:22 2004
@@ -480,7 +480,7 @@
MP3FREQUENCIES_24000HZ = 24000,
MP3FREQUENCIES_32000HZ = 32000,
MP3FREQUENCIES_48000HZ = 48000,
- MP3FREQUENCIES_44100HZ = 44100,
+ MP3FREQUENCIES_44100HZ = 44100
};
ID3_ENUM(Mp3_ChannelMode)