Bug 75376 - devel/asis: must build without -fno-strict-aliasing
Summary: devel/asis: must build without -fno-strict-aliasing
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 23:10 UTC by Thomas Quinot
Modified: 2004-12-23 01:39 UTC (History)
0 users

See Also:


Attachments
file.diff (507 bytes, patch)
2004-12-21 23:10 UTC, Thomas Quinot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Quinot 2004-12-21 23:10:27 UTC
	ASIS is build using the GCC that comes from the GNAT port, which is a 2.8.1-based
	compiler that neither supports nor needs -fno-strict-aliasing, which is now
	present in the system default CFLAGS value. To allow this port to build on
	a recent -CURRENT, this CFLAGS setting thus needs to be overridden by the
	port's Makefile.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-23 01:39:14 UTC
State Changed
From-To: open->closed

Committed, thanks!