Bug 113599 - graphics/dri: fix build on alpha
Summary: graphics/dri: fix build on alpha
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-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-11 21:50 UTC by Christian Weisgerber
Modified: 2007-10-25 11:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (753 bytes, patch)
2007-06-11 21:50 UTC, Christian Weisgerber
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Weisgerber freebsd_committer freebsd_triage 2007-06-11 21:50:01 UTC
FreeBSD/alpha can't handle -ffast-math (fails to link due to some
unimplemented functions), so don't try to build graphics/dri with
that option there.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-11 21:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-10-25 04:39:29 UTC
Responsible Changed
From-To: anholt->freebsd-x11

anholt is no longer maintaining this port.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-10-25 11:43:01 UTC
flz         2007-10-25 10:42:56 UTC

  FreeBSD ports repository

  Modified files:
    graphics/libGL       bsd.mesalib.mk 
  Log:
  Fix dri build on alpha (disable -ffast-math).
  
  PR:             ports/113599
  Submitted by:   naddy
  
  Revision  Changes    Path
  1.2       +8 -1      ports/graphics/libGL/bsd.mesalib.mk
_______________________________________________
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 4 Florent Thoumie freebsd_committer freebsd_triage 2007-10-25 11:43:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!