Bug 143741

Summary: [PATCH] audio/libmad Fix build with new GCC
Product: Ports & Packages Reporter: Robert Farmer <rfarmer>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.