Bug 80374 - net-mgmt/net-snmp4: unbreak build on FreeBSD >= 6.x
Summary: net-mgmt/net-snmp4: unbreak build on FreeBSD >= 6.x
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: 2005-04-26 20:50 UTC by Johan van Selst
Modified: 2005-04-26 23:40 UTC (History)
0 users

See Also:


Attachments
file.diff (323 bytes, patch)
2005-04-26 20:50 UTC, Johan van Selst
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johan van Selst 2005-04-26 20:50:06 UTC
	
	Building is the same as on FreeBSD 5.x

	Fix: make sure the source knows this still works the same

Fix: The code checks on several places for defines like 'freebsd4'
	and 'freebsd5'. Since compiling for 6.x works the same as 5.x,
	just define 'freebsd5' during the compilation as well.
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-04-26 23:40:15 UTC
State Changed
From-To: open->closed

Committed, thanks!