Bug 92242 - [PATCH] www/links: [Fix build on 4.x]
Summary: [PATCH] www/links: [Fix build on 4.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: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 04:20 UTC by Tod McQuillin
Modified: 2006-01-24 10:54 UTC (History)
1 user (show)

See Also:


Attachments
links-2.1.p20,1.patch (797 bytes, patch)
2006-01-24 04:20 UTC, Tod McQuillin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tod McQuillin 2006-01-24 04:20:04 UTC
Build fails on FreeBSD 4.x due to variable declared in the middle
of a block which gcc 2.95 doesn't like.

Added file(s):
- files/patch-regexp.c

Port maintainer (demon@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63

How-To-Repeat: Try to build on 4.x
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-24 04:24:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2006-01-24 10:54:10 UTC
State Changed
From-To: open->closed

Patch committed, thanks!