freebsd-ports/audio/mpg123/files/patch-ae
Kris Kennaway fd5612a029 Switch the ASM selection code to use CPUTYPE on -current, and hence
automatically select the correct version without needing to set a
non-standard environment variable.
Use random() instead of rand() because I'm sick of getting the same songs
over and over in shuffle play.
Quell a format string warning with -Wnon-const-format
Bump PORTREVISION

Reviewed by:    maintainer timeout
2001-03-03 00:23:13 +00:00

11 lines
290 B
Text

--- control_generic.c.orig Fri Mar 2 16:10:49 2001
+++ control_generic.c Fri Mar 2 16:10:51 2001
@@ -26,6 +26,8 @@
extern int buffer_pid;
extern int tabsel_123[2][3][16];
+void generic_sendmsg (char *, ...) __printflike(1,2);
+
void generic_sendmsg (char *fmt, ...)
{
va_list ap;