Bug 187809 - [PATCH] Fix build of audio/ncmpcpp on FreeBSD 10
Summary: [PATCH] Fix build of audio/ncmpcpp on FreeBSD 10
Status: Closed DUPLICATE of bug 185262
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 09:30 UTC by yamagi
Modified: 2014-08-14 23:16 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (243 bytes, patch)
2014-03-21 09:30 UTC, yamagi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yamagi 2014-03-21 09:30:00 UTC
audio/ncmpcpp fails again to build on FreeBSD 10, this time due to a missing include of sys/time.h. See http://beefy1.isc.freebsd.org/bulk/10i386-default/2014-03-20_12h05m42s/logs/ncmpcpp-0.5.10_1.log for details. The attached patch works around this problem by adding an explicit include of sys/time.h to src/visualizer.h. Put it to files/patch-src_visualizer.h.

How-To-Repeat: Build audio/ncmpcpp on FreeBSD 10. Make sure that the "visualizer" option is set to on, which is the default.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-21 09:30:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 John Marino freebsd_committer freebsd_triage 2014-08-14 23:09:19 UTC

*** This bug has been marked as a duplicate of bug 185262 ***