Files
ports/sysutils/libcdio/files/patch-lib_driver_cdio__private.h
T
Daniel Engberg 83ff74d491 sysutils/libcdio: Update to 2.3.0
Disable static libraries; nothing in tree uses them.

https://github.com/libcdio/libcdio/releases/tag/2.3.0

PR:		291914
2025-12-24 16:38:35 -05:00

14 lines
403 B
C

--- lib/driver/cdio_private.h.orig 2025-12-23 15:00:13 UTC
+++ lib/driver/cdio_private.h
@@ -572,10 +572,6 @@ extern "C" {
bool cdio_have_aix (void);
/*! DEPRECATED: use cdio_have_driver().
- True if BSDI driver is available. */
- bool cdio_have_bsdi (void);
-
- /*! DEPRECATED: use cdio_have_driver().
True if FreeBSD driver is available. */
bool cdio_have_freebsd (void);