Bug 72264 - Port fix: x11-toolkits/wmapp
Summary: Port fix: x11-toolkits/wmapp
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-02 18:50 UTC by Julian Stecklina
Modified: 2004-12-15 17:15 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 Julian Stecklina 2004-10-02 18:50:07 UTC
The port x11-toolkits/wmapp is marked broken for FreeBSD systems with GCC 3.4 as base C compiler. We can work around this by specifying USE_GCC=3.3.

Fix: 

Workaround:

.if ${OSVERSION} >= 502126
USE_GCC=        3.3
.endif
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-12-15 17:15:45 UTC
State Changed
From-To: open->closed

Committed, thanks!