mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
- Change default device to /dev/cd0 to match FreeBSD default from 10.0 - Fix master sites as the distfile fetch was failing - Correct depends and USE_ flags (pet stage QA) - Bypass build warnings which were previously present but were being promoted to errors with this update
10 lines
186 B
C
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"
|