diff options
| author | Ben Woods <woodsb02@FreeBSD.org> | 2017-10-31 08:29:06 +0000 |
|---|---|---|
| committer | Ben Woods <woodsb02@FreeBSD.org> | 2017-10-31 08:29:06 +0000 |
| commit | 28c149963b131ea9cd2f47d5e3f864420fec590a (patch) | |
| tree | d8f02e67427ed4c0e9530d402435d512d8da0800 /audio/grip/files/patch-src_cdplay.c | |
| parent | Update to 2.6.0 (diff) | |
audio/grip: Update to 3.6.1
- 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
Diffstat (limited to 'audio/grip/files/patch-src_cdplay.c')
| -rw-r--r-- | audio/grip/files/patch-src_cdplay.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/grip/files/patch-src_cdplay.c b/audio/grip/files/patch-src_cdplay.c new file mode 100644 index 000000000000..5ec3504a40f0 --- /dev/null +++ b/audio/grip/files/patch-src_cdplay.c @@ -0,0 +1,10 @@ +--- src/cdplay.c.orig 2017-10-29 05:14:46 UTC ++++ src/cdplay.c +@@ -20,6 +20,7 @@ + * USA + */ + ++#include <sys/wait.h> + #include "cdplay.h" + #include "grip.h" + #include "config.h" |
