Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2015 20:19:25 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385559 - head/devel/liborcus
Message-ID:  <201505062019.t46KJPRI010539@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed May  6 20:19:24 2015
New Revision: 385559
URL: https://svnweb.freebsd.org/changeset/ports/385559

Log:
  Fix build on FreeBSD 8.x and 9.x.

Modified:
  head/devel/liborcus/Makefile

Modified: head/devel/liborcus/Makefile
==============================================================================
--- head/devel/liborcus/Makefile	Wed May  6 20:12:49 2015	(r385558)
+++ head/devel/liborcus/Makefile	Wed May  6 20:19:24 2015	(r385559)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/mdds
 LIB_DEPENDS=	libboost_system.so:${PORTSDIR}/devel/boost-libs
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix pkgconfig tar:xz
+USES=		compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 



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