Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2014 19:02:54 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349582 - in head/editors: lazarus-lcl-gtk2 lazarus-lcl-nogui lazarus-lcl-units
Message-ID:  <201403291902.s2TJ2sqe033304@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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