Bug 107903 - [audio/libao] Improve standards of ao.h
Summary: [audio/libao] Improve standards of ao.h
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-14 10:40 UTC by Ed Schouten
Modified: 2007-01-14 22:20 UTC (History)
0 users

See Also:


Attachments
file.diff (375 bytes, patch)
2007-01-14 10:40 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-01-14 10:40:22 UTC
Libao is a library written in C to ease the support for audio frameworks
on a lot of platforms. The most used header file shipped with libao,
ao.h, contains a prototype that causes a warning (or error) when trying
to build against it using -Wstrict-prototypes. This bug has been fixed
in their own repository:

	https://trac.xiph.org/changeset/12204

Fix: Place the file below in the 'files' directory of the port.
How-To-Repeat: Try to build an application using libao with -Wstrict-prototypes
specified.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-14 10:40:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-14 22:18:07 UTC
naddy       2007-01-14 22:18:01 UTC

  FreeBSD ports repository

  Modified files:
    audio/libao          Makefile 
  Added files:
    audio/libao/files    patch-include_ao_ao.h 
  Log:
  On special request, provide a full prototype for ao_default_driver_id()
  in ao.h.
  
  PR:             107903
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.35      +1 -1      ports/audio/libao/Makefile
  1.1       +14 -0     ports/audio/libao/files/patch-include_ao_ao.h (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Christian Weisgerber freebsd_committer freebsd_triage 2007-01-14 22:18:22 UTC
State Changed
From-To: open->closed

This is really minor, and there are incomplete declarations in other 
headers, but I've added it.