mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
e99a416f75
Obtained from: Arch Linux (https://aur.archlinux.org/cgit/aur.git/tree/cdio-api-fixes.patch?h=gmerlin)
16 lines
371 B
C
16 lines
371 B
C
Fix build with sysutils/libcdio >= 0.90
|
|
|
|
--- plugins/cdaudio/cdparanoia.c.orig 2018-02-22 06:24:11 UTC
|
|
+++ plugins/cdaudio/cdparanoia.c
|
|
@@ -28,8 +28,8 @@
|
|
|
|
#include "cdaudio.h"
|
|
#define DO_NOT_WANT_PARANOIA_COMPATIBILITY
|
|
-#include <cdio/cdda.h>
|
|
-#include <cdio/paranoia.h>
|
|
+#include <cdio/paranoia/cdda.h>
|
|
+#include <cdio/paranoia/paranoia.h>
|
|
|
|
/*
|
|
* Ripping support
|