Bug 71460 - [PATCH] net/socks5: Fix build with gcc-3.4
Summary: [PATCH] net/socks5: Fix build with gcc-3.4
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-09-07 13:40 UTC by Yasuhiro Kimura
Modified: 2004-11-08 12:37 UTC (History)
0 users

See Also:


Attachments
socks5.patch (2.62 KB, patch)
2004-09-07 13:40 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2004-09-07 13:40:21 UTC
	

	Net/socks5 is broken on 5.3-BETA3 because gcc-3.4 doesn't support
	old <varargs.h>. This patch should fix it.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-08 12:37:18 UTC
State Changed
From-To: open->closed

Committed, thanks!