ports/audio/grip/files/patch-src_tray.c
Koichiro Iwao 158acd2c41 New port: audio/grip GTK front-end to external cd rippers and audio encoders
Grip is a front-end to external cd audio rippers (such as dagrab or
cdda2wav). It also provides an automated frontend for MP3 encoders, letting
you take a disc and transform it easily straight into MP3s. The CDDB
protocol is supported for retrieving track information from disc database
servers. Grip works with DigitalDJ to provide a unified "computerized"
version of your music collection.

WWW: https://sourceforge.net/projects/grip/

PR:		239006
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de>
2019-07-31 00:19:14 +00:00

10 lines
186 B
C

--- src/tray.c.orig 2017-07-31 21:04:11 UTC
+++ src/tray.c
@@ -21,6 +21,7 @@
*/
#include "cdplay.h"
+#include "common.h"
#include "tray.h"
#include "rip.h"
#include "uihelper.h"