Bug 146121 - fix for audio/fluidsynth
Summary: fix for audio/fluidsynth
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-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 18:50 UTC by Oliver Herold
Modified: 2010-05-09 01:10 UTC (History)
0 users

See Also:


Attachments
file.diff (415 bytes, patch)
2010-04-28 18:50 UTC, Oliver Herold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Herold 2010-04-28 18:50:00 UTC
games/scumm doesn't compile with option fluidsynth due a comma in the wrong place (/usr/local/include/fluidsynth ; line 197)

Fix: Patch attached with submission follows:
How-To-Repeat: just compile games/scummvm with option fluidsynth or have a look at /usr/local/include/fluidsynth/synth.h linke 197 after installing audio/fluidsynth
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-28 18:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-09 01:05:12 UTC
sylvio      2010-05-09 00:05:03 UTC

  FreeBSD ports repository

  Modified files:
    audio/fluidsynth     Makefile 
  Log:
  - Fixed problem with games/scumm when compiled with option fluidsynth.
  
  PR:             146121
  Submitted by:   Oliver Herold <oh@fixmbr.de>
  
  Revision  Changes    Path
  1.19      +1 -0      ports/audio/fluidsynth/Makefile
_______________________________________________
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 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-05-09 01:05:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!