Bug 144791 - [patch] databases/mysql40-server fix build with gcc42
Summary: [patch] databases/mysql40-server fix build with gcc42
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 15:00 UTC by Andrius Morkunas
Modified: 2011-02-08 12:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.07 KB, patch)
2010-03-16 15:00 UTC, Andrius Morkunas
no flags Details | Diff

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