Bug 114587

Summary: patch audio/openal: fix build depending ports on 7-current
Product: Ports & Packages Reporter: Max Brazhnikov <makc>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Max Brazhnikov 2007-07-14 17:10:01 UTC
Several ports (I've checked games/chromium, games/trigger, devel/simgear, may be more ports are affected) depending on openal failed to build on current with errors:
/usr/local/include/AL/alc.h:190: error: '<anonymous>' has incomplete type
/usr/local/include/AL/alc.h:190: error: invalid use of 'ALCvoid'
/usr/local/include/AL/alc.h:251: error: '<anonymous>' has incomplete type
/usr/local/include/AL/alc.h:251: error: invalid use of 'ALCvoid'

The similar problem in Debian (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379862) was solved by patching openal

Fix: apply patch attached

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-14 17:10:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-07-15 15:02:24 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-15 15:02:28 UTC
miwi        2007-07-15 14:02:13 UTC

  FreeBSD ports repository

  Added files:
    audio/openal/files   patch-common__include__AL__alc.h 
  Log:
  - Fix build with gcc 4.2
  
  PR:             114587
  Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
  Approved by:    portmgr (pav)
  
  Revision  Changes    Path
  1.1       +20 -0     ports/audio/openal/files/patch-common__include__AL__alc.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"