Bug 89405 - [maintainer update] Fix bad linker path
Summary: [maintainer update] Fix bad linker path
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-11-22 06:20 UTC by Lupe Christoph
Modified: 2005-11-22 12:27 UTC (History)
0 users

See Also:


Attachments
doorman-0.81_1.patch (571 bytes, patch)
2005-11-22 06:20 UTC, Lupe Christoph
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lupe Christoph 2005-11-22 06:20:13 UTC
	Renato Botelho was so kind to improve on my patch to upgrade the doorman
	port to doorman 0.81 by adding a REINPLACE_CMD to add a -L... to the original
	Makefile. Alas, he made a small mistake. This PR fixes the mistake.
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-11-22 12:25:04 UTC
State Changed
From-To: open->closed

Committed. Thanks. 

I only remove "-L", to static link with libpcap. 

In your change you only remove "-lpcap" and put "-L<dir>", with this 
Makefile will fail, because not link with pcap.