Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2015 02:27:34 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393507 - head/databases/levigo
Message-ID:  <201508040227.t742RYI2041480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Tue Aug  4 02:27:33 2015
New Revision: 393507
URL: https://svnweb.freebsd.org/changeset/ports/393507

Log:
  Trim spurious slash that caused recursive CONFIGURE_ENV warning
  
  PR:		201733
  Submitted by:	tremere@cainites.net
  Approved by:	cheffo@freebsd-bg.org (maintainer), pgollucci (mentor)

Modified:
  head/databases/levigo/Makefile

Modified: head/databases/levigo/Makefile
==============================================================================
--- head/databases/levigo/Makefile	Mon Aug  3 23:06:25 2015	(r393506)
+++ head/databases/levigo/Makefile	Tue Aug  4 02:27:33 2015	(r393507)
@@ -35,7 +35,7 @@ USE_GCC=	yes
 .endif
 
 CONFIGURE_ENV+=	CC=${CC} \
-		CXX=${CXX} \
+		CXX=${CXX}
 GO_ENV+=	${CONFIGURE_ENV}
 
 .include "${PORTSDIR}/lang/go/files/bsd.go.mk"



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