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

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sat Mar 29 19:02:55 UTC 2014


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"


More information about the svn-ports-all mailing list