Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 12:06:50 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319217 - head/audio/mp3_check/files
Message-ID:  <201305271206.r4RC6oJO076387@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 27 12:06:50 2013
New Revision: 319217
URL: http://svnweb.freebsd.org/changeset/ports/319217

Log:
  Fix build with clang

Added:
  head/audio/mp3_check/files/patch-mp3_check_misc.c   (contents, props changed)

Added: head/audio/mp3_check/files/patch-mp3_check_misc.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mp3_check/files/patch-mp3_check_misc.c	Mon May 27 12:06:50 2013	(r319217)
@@ -0,0 +1,20 @@
+--- ./mp3_check_misc.c.orig	2000-09-16 05:36:01.000000000 +0200
++++ ./mp3_check_misc.c	2013-05-27 14:05:42.403067935 +0200
+@@ -11,7 +11,7 @@
+ #include "support_functions.h"
+ 
+ //  Function prototypes go here. 
+-inline int		move_to_next_frame(char *possible_mp3_tag, frame_info *mp3_i, gen_info *file_info, command_flags *flags, FILE *);
++int		move_to_next_frame(char *possible_mp3_tag, frame_info *mp3_i, gen_info *file_info, command_flags *flags, FILE *);
+ int			get_char_from_file(FILE *, unsigned int *header_value, gen_info *file_info, command_flags *flags, char *possible_mp3_tag);
+ int			scan_file(FILE *, char *filename, meta_options *flag_options, command_flags *flags);
+ int			parse_args(char **argv, meta_options *flag_options, command_flags *flags);
+@@ -670,7 +670,7 @@
+ 		return(PASS);
+ }
+ 
+-inline int
++int
+ move_to_next_frame(possible_mp3_tag, mp3_i, file_info, flags, fp)
+ 	char		*possible_mp3_tag;
+ 	frame_info	*mp3_i;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271206.r4RC6oJO076387>