Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2013 09:25:02 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322374 - head/sysutils/fusefs-mp3fs/files
Message-ID:  <201307060925.r669P2Y6002084@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Sat Jul  6 09:25:02 2013
New Revision: 322374
URL: http://svnweb.freebsd.org/changeset/ports/322374

Log:
  Fix build with a recent version of FLAC
  
  PR:		ports/179577
  Submitted by:	maintainer

Added:
  head/sysutils/fusefs-mp3fs/files/
  head/sysutils/fusefs-mp3fs/files/patch-src-transcode.c   (contents, props changed)

Added: head/sysutils/fusefs-mp3fs/files/patch-src-transcode.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/fusefs-mp3fs/files/patch-src-transcode.c	Sat Jul  6 09:25:02 2013	(r322374)
@@ -0,0 +1,10 @@
+--- src/transcode.c	2012-05-01 22:12:48.000000000 +0200
++++ src/transcode.c	2013-06-15 19:19:13.000000000 +0200
+@@ -21,6 +21,7 @@
+ 
+ #define _GNU_SOURCE
+ 
++#include <inttypes.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <unistd.h>



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