svn commit: r349582 - in head/editors: lazarus-lcl-gtk2 lazarus-lcl-nogui lazarus-lcl-units

Chris Rees crees at FreeBSD.org
Sat Mar 29 19:48:17 UTC 2014


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.



More information about the svn-ports-all mailing list