Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2014 19:48:10 +0000
From:      Chris Rees <crees@FreeBSD.org>
To:        Jose Alonso Cardenas Marquez <acm@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r349582 - in head/editors: lazarus-lcl-gtk2 lazarus-lcl-nogui lazarus-lcl-units
Message-ID:  <c4d867139a26aac344696674c3ce5a5a@www.bayofrum.net>
In-Reply-To: <201403291902.s2TJ2sqe033304@svn.freebsd.org>
References:  <201403291902.s2TJ2sqe033304@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On , Jose Alonso Cardenas Marquez wrote:
> Author: acm
> Date: Sat Mar 29 19:02:54 2014
> New Revision: 349582
> URL: http://svnweb.freebsd.org/changeset/ports/349582
> QAT: https://qat.redports.org/buildarchive/r349582/
> 
> Log:
>   - Fix lazarus-lcl-units build
> 
>   Reported by:	crees
> 
> Modified:
>   head/editors/lazarus-lcl-gtk2/Makefile
>   head/editors/lazarus-lcl-nogui/Makefile
>   head/editors/lazarus-lcl-units/Makefile
> 
> Modified: head/editors/lazarus-lcl-gtk2/Makefile
> ==============================================================================
> --- head/editors/lazarus-lcl-gtk2/Makefile	Sat Mar 29 19:00:05 
> 2014	(r349581)
> +++ head/editors/lazarus-lcl-gtk2/Makefile	Sat Mar 29 19:02:54 
> 2014	(r349582)
> @@ -15,4 +15,6 @@ LCL_INTERFACE=	gtk2
>  MASTERDIR=	${.CURDIR}/../../editors/lazarus
> 
>  NO_STAGE=	yes
> +
> +OPT=		#
>  .include "${MASTERDIR}/Makefile"
> 
> Modified: head/editors/lazarus-lcl-nogui/Makefile
> ==============================================================================
> --- head/editors/lazarus-lcl-nogui/Makefile	Sat Mar 29 19:00:05 
> 2014	(r349581)
> +++ head/editors/lazarus-lcl-nogui/Makefile	Sat Mar 29 19:02:54 
> 2014	(r349582)
> @@ -13,4 +13,6 @@ LCL_INTERFACE=	nogui
>  MASTERDIR=	${.CURDIR}/../../editors/lazarus
> 
>  NO_STAGE=	yes
> +
> +OPT=		#
>  .include "${MASTERDIR}/Makefile"
> 
> Modified: head/editors/lazarus-lcl-units/Makefile
> ==============================================================================
> --- head/editors/lazarus-lcl-units/Makefile	Sat Mar 29 19:00:05 
> 2014	(r349581)
> +++ head/editors/lazarus-lcl-units/Makefile	Sat Mar 29 19:02:54 
> 2014	(r349582)
> @@ -13,4 +13,6 @@ LCL_INTERFACE=	#
>  MASTERDIR=	${.CURDIR}/../../editors/lazarus
> 
>  NO_STAGE=	yes
> +
> +OPT	=	"-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms
> -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include"
>  .include "${MASTERDIR}/Makefile"


Oh magic, thanks very much!  I get the feeling I wouldn't have worked it 
out as easily this time :)

Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c4d867139a26aac344696674c3ce5a5a>