Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
jackEQ
jackeq-fix_LADSPA_PATH_for_x86_64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jackeq-fix_LADSPA_PATH_for_x86_64.patch of Package jackEQ
--- src/plugin.c.orig 2012-07-16 16:51:11.141448991 +0200 +++ src/plugin.c 2012-07-16 16:52:11.480446844 +0200 @@ -13,7 +13,11 @@ if (getenv("LADSPA_PATH")) { plugin_path = getenv("LADSPA_PATH"); } else { +#ifdef __x86_64__ + plugin_path = "/usr/local/lib64/ladspa:/usr/lib64/ladspa"; +#else plugin_path = "/usr/local/lib/ladspa:/usr/lib/ladspa"; +#endif } }
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