| Summary: | audio/lash: Fixed.pc file: removed Requires line, added missing USE statements | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | Keywords: | needs-qa, patch | ||||
| Priority: | --- | Flags: | koobs:
merge-quarterly?
|
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Comment on attachment 184646 [details]
patch
Port has no maintainer, implicit approval (pending QA)
A commit references this bug: Author: swills Date: Fri Aug 18 14:15:45 UTC 2017 New revision: 448233 URL: https://svnweb.freebsd.org/changeset/ports/448233 Log: audio/lash: Fixed.pc file: removed Requires line, added missing USE statements * Removed Requires in .pc because it causes pkg-config to pass jack libraries to users that users don't need * Add needed USE_GNOME=gdkpixbuf2 cairo * PYTHON_CONFIGURE_ENABLE=pylash - pylash is still broken as before. PR: 220956 Submitted by: Yuri Victorovich <yuri@rawbw.com> Changes: head/audio/lash/Makefile head/audio/lash/files/patch-lash-1.0.pc.in Committed, thanks! |
Created attachment 184646 [details] patch * Removed Requires in .pc because it causes pkg-config to pass jack libraries to users that users don't need * Added USE_GNOME= gdkpixbuf2 cairo * PYTHON_CONFIGURE_ENABLE=pylash - pylash is still broken as before. QAs: * pourdiere