svn commit: r393507 - head/databases/levigo

Jason Unovitch junovitch at FreeBSD.org
Tue Aug 4 02:27:34 UTC 2015


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 at cainites.net
  Approved by:	cheffo at 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"


More information about the svn-ports-all mailing list