svn commit: r385559 - head/devel/liborcus

Jung-uk Kim jkim at FreeBSD.org
Wed May 6 20:19:25 UTC 2015


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
 


More information about the svn-ports-all mailing list