Bug 143741 - [PATCH] audio/libmad Fix build with new GCC
Summary: [PATCH] audio/libmad Fix build with new GCC
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 01:41 UTC by Robert Farmer
Modified: 2010-02-11 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (520 bytes, patch)
2010-02-11 01:41 UTC, Robert Farmer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Farmer 2010-02-11 01:41:22 UTC
The configure script sets the CFLAG -fforce-mem which does nothing with the base system GCC and is an error in newer GCC.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-11 01:46:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-11 14:47:48 UTC
dinoex      2010-02-11 14:47:35 UTC

  FreeBSD ports repository

  Modified files:
    audio/libmad         Makefile 
  Log:
  - fix build with new GCC
  PR:             143741
  Submitted by:   Rob Farmer
  
  Revision  Changes    Path
  1.16      +2 -0      ports/audio/libmad/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 Dirk Meyer freebsd_committer freebsd_triage 2010-02-11 14:48:30 UTC
State Changed
From-To: open->closed


committed with small modifications, thanks. 
The patch should work now, even if the configure script changes.