Bug 187961

Summary: [patch] editors/lazarus-lcl-units: fails to build
Product: Ports & Packages Reporter: Lawrence Chen <beastie>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Lawrence Chen 2014-03-26 16:40:00 UTC
	
	editors/lazarus-lcl-units fails to build with

	dividerbevel.pas(19,12) Fatal: Can't find unit LResources used by DividerBevel

Fix: In examining Makefile.common, when not building "-lcl-unit" it links to
	the install, but when it is building "-lcl-unit" it doesn't do anything
	extra, like building lcl.

	After some trial and error, adding these lines got things building.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 16:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2014-03-31 19:42:37 UTC
State Changed
From-To: open->closed

- It should compile fine now