Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2013 21:09:16 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336666 - head/devel/libvirt
Message-ID:  <201312162109.rBGL9G9u019241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Dec 16 21:09:15 2013
New Revision: 336666
URL: http://svnweb.freebsd.org/changeset/ports/336666

Log:
  Fix typo.

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Mon Dec 16 20:59:14 2013	(r336665)
+++ head/devel/libvirt/Makefile	Mon Dec 16 21:09:15 2013	(r336666)
@@ -44,7 +44,7 @@ CONFIGURE_ARGS=	--without-sasl \
 # workaround to override pkg-config calls
 # random_data fix can be removed when 8.x is eol
 CONFIGURE_ENV=	SSH2_LIBS="-L${LOCALBASE}/lib -lssh2 -lssl" \
-		SSH2_CFLAGS="-I${LOCLABASE}/include" \
+		SSH2_CFLAGS="-I${LOCALBASE}/include" \
 		ac_cv_type_struct_random_data=""
 
 # limit production release x.x.x



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