Bug 73125 - cad/tochnog builds with newest gcc (3.4.2
Summary: cad/tochnog builds with newest gcc (3.4.2
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-10-25 15:10 UTC by Pedro F. Giffuni
Modified: 2004-10-26 22:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2004-10-25 15:10:20 UTC
Historically cad/tochnog has been built with gcc-2.95 to work around the problems in gcc-3.3. The newer gcc seems to have cleaned the bugs. Thanks to Thierry@ for confirming this.

Fix: 

Following lines are not needed anymore:

.if ${OSVERSION} >= 500113
USE_GCC=	2.95	# 3.2 should also work !!
.endif
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2004-10-26 22:59:22 UTC
State Changed
From-To: open->closed


Committed, thanks!