diff options
author | 2008-07-16 08:37:02 +0000 | |
---|---|---|
committer | 2008-07-16 08:37:02 +0000 | |
commit | 3bd1a846bccd89ea0d5f41decb812b4e47ac4a6b (patch) | |
tree | 75283ab4011bd0f12b7d2385a7f8abe257058381 /dev-libs/libcdio/files | |
parent | version bump, a few bugfixes like fixing build on bsd (diff) | |
download | gentoo-2-3bd1a846bccd89ea0d5f41decb812b4e47ac4a6b.tar.gz gentoo-2-3bd1a846bccd89ea0d5f41decb812b4e47ac4a6b.tar.bz2 gentoo-2-3bd1a846bccd89ea0d5f41decb812b4e47ac4a6b.zip |
backport a patch from upstream fo fix build on fbsd, bug #227809, see also http://cvs.savannah.gnu.org/viewvc/libcdio/libcdio/lib/driver/FreeBSD/freebsd.h?r1=1.9&r2=1.10&sortby=date and http://savannah.gnu.org/bugs/?23228
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'dev-libs/libcdio/files')
-rw-r--r-- | dev-libs/libcdio/files/libcdio-0.80-fbsd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/libcdio/files/libcdio-0.80-fbsd.patch b/dev-libs/libcdio/files/libcdio-0.80-fbsd.patch new file mode 100644 index 000000000000..fb2313826877 --- /dev/null +++ b/dev-libs/libcdio/files/libcdio-0.80-fbsd.patch @@ -0,0 +1,11 @@ +--- libcdio-0.80/lib/driver/FreeBSD/freebsd.h.old 2008-07-16 08:26:46 +0000 ++++ libcdio-0.80/lib/driver/FreeBSD/freebsd.h 2008-07-16 08:26:54 +0000 +@@ -158,7 +158,7 @@ + cdio_drive_write_cap_t *p_write_cap, + cdio_drive_misc_cap_t *p_misc_cap); + +-int get_media_changed_freebsd (const void *p_user_data); ++static int get_media_changed_freebsd (const void *p_user_data); + + char *get_mcn_freebsd_ioctl (const _img_private_t *p_env); + |