svn commit: r357805 - head/lang/gforth

Johan van Selst johans at FreeBSD.org
Sat Jun 14 20:52:23 UTC 2014


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


More information about the svn-ports-head mailing list