Bug 144791

Summary: [patch] databases/mysql40-server fix build with gcc42
Product: Ports & Packages Reporter: Andrius Morkunas <hinokind>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andrius Morkunas 2010-03-16 15:00:04 UTC
Get rid of USE_GCC=3.4

Fix: The patch prevents gcc from using min/max operators.
http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_6.html#SEC116

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-16 15:00:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-08 12:01:39 UTC
ale         2011-02-08 12:01:34 UTC

  FreeBSD ports repository

  Modified files:
    databases/mysql40-server Makefile 
  Log:
  Fix build with gcc 4.2.
  
  PR:             ports/144791
  Submitted by:   Andrius Morkunas <hinokind@gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.219     +7 -6      ports/databases/mysql40-server/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 Alex Dupre freebsd_committer freebsd_triage 2011-02-08 12:01:43 UTC
State Changed
From-To: open->closed

Fixed, thanks!