Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2014 20:52:23 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357805 - head/lang/gforth
Message-ID:  <201406142052.s5EKqNbb085514@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sat Jun 14 20:52:22 2014
New Revision: 357805
URL: http://svnweb.freebsd.org/changeset/ports/357805
QAT: https://qat.redports.org/buildarchive/r357805/

Log:
  Avoid creating a history file in the user's (root) homedir during build
  
  Reported by:	jenkins via swills

Modified:
  head/lang/gforth/Makefile

Modified: head/lang/gforth/Makefile
==============================================================================
--- head/lang/gforth/Makefile	Sat Jun 14 20:22:30 2014	(r357804)
+++ head/lang/gforth/Makefile	Sat Jun 14 20:52:22 2014	(r357805)
@@ -17,6 +17,8 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-fno-reorder-blocks -fno-inline
+CONFIGURE_ENV+=	GFORTHHIST=${WRKSRC}
+MAKE_ENV+=	GFORTHHIST=${WRKSRC}
 USES=		gmake libtool
 USE_GCC=	any
 USE_AUTOTOOLS=	libltdl



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