Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2015 17:22:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392523 - head/Mk/Uses
Message-ID:  <201507191722.t6JHMCxG076029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jul 19 17:22:11 2015
New Revision: 392523
URL: https://svnweb.freebsd.org/changeset/ports/392523

Log:
  Fix typo
  
  Reported by:	jbeich

Modified:
  head/Mk/Uses/localbase.mk

Modified: head/Mk/Uses/localbase.mk
==============================================================================
--- head/Mk/Uses/localbase.mk	Sun Jul 19 16:54:40 2015	(r392522)
+++ head/Mk/Uses/localbase.mk	Sun Jul 19 17:22:11 2015	(r392523)
@@ -13,6 +13,6 @@ _INCLUDE_USES_LOCALBASE_MK=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	-I${LOCALBASE}/include
-CXXFLAGS+=	-I${LOCALBASE}include
+CXXFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 .endif



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