Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 23:53:12 +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: r391211 - head/graphics/libfreehand
Message-ID:  <201507022353.t62NrCj8079211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Jul  2 23:53:12 2015
New Revision: 391211
URL: https://svnweb.freebsd.org/changeset/ports/391211

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

Modified:
  head/graphics/libfreehand/Makefile

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Thu Jul  2 23:40:30 2015	(r391210)
+++ head/graphics/libfreehand/Makefile	Thu Jul  2 23:53:12 2015	(r391211)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	liblcms2.so:${PORTSDIR}/gra
 		librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
 
 GNU_CONFIGURE=	yes
-USES=	gperf perl5 libtool pathfix pkgconfig tar:xz
+USES=	compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 CONFIGURE_ARGS=	--disable-werror --without-docs



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