Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:16.0:Staging:adi:101
mpd
mpd-sndfile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mpd-sndfile.patch of Package mpd
From: Luigi Baldoni <aloisio@gmx.com> Date: 2018-11-09 21:10:34 +0100 Subject: avoid clash wrt sndfile.h sndfile.h is present both in /usr/include and /usr/include/libmodplug This hack hardcodes the path of the first one. Index: mpd-0.21.1/src/decoder/plugins/SndfileDecoderPlugin.cxx =================================================================== --- mpd-0.21.1.orig/src/decoder/plugins/SndfileDecoderPlugin.cxx +++ mpd-0.21.1/src/decoder/plugins/SndfileDecoderPlugin.cxx @@ -29,7 +29,7 @@ #include <exception> -#include <sndfile.h> +#include "/usr/include/sndfile.h" static constexpr Domain sndfile_domain("sndfile");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor