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.
Responsible Changed From-To: freebsd-ports-bugs->naddy Over to maintainer
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"
State Changed From-To: open->closed This is really minor, and there are incomplete declarations in other headers, but I've added it.