Bug 114587 - patch audio/openal: fix build depending ports on 7-current
Summary: patch audio/openal: fix build depending ports on 7-current
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-14 17:10 UTC by Max Brazhnikov
Modified: 2007-07-15 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.48 KB, patch)
2007-07-14 17:10 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"