freebsd-ports/audio/rhythmbox/files/patch-player_rb-recorder-gst.c
Joe Marcus Clarke c5273993c4 Update to 0.9.1.
2005-11-05 05:29:26 +00:00

12 lines
308 B
C

--- player/rb-recorder-gst.c.orig Wed Aug 10 20:06:11 2005
+++ player/rb-recorder-gst.c Wed Aug 10 20:06:31 2005
@@ -25,7 +25,9 @@
#include <string.h>
#include <math.h>
#include <time.h>
+#ifndef __FreeBSD__
#include <sys/vfs.h>
+#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>