Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 19:13:22 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487623 - head/graphics/dcmtk
Message-ID:  <201812161913.wBGJDMV8070509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec 16 19:13:22 2018
New Revision: 487623
URL: https://svnweb.freebsd.org/changeset/ports/487623

Log:
  graphics/dcmtk: Fix build with GCC-based architectures
  
  PR:		234054
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/graphics/dcmtk/Makefile

Modified: head/graphics/dcmtk/Makefile
==============================================================================
--- head/graphics/dcmtk/Makefile	Sun Dec 16 19:13:00 2018	(r487622)
+++ head/graphics/dcmtk/Makefile	Sun Dec 16 19:13:22 2018	(r487623)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libicuuc.so:devel/icu \
 		libpng16.so:graphics/png \
 		libtiff.so:graphics/tiff
 
-USES=		cmake:outsource gnome jpeg ssl
+USES=		compiler:c++11-lang cmake:outsource gnome jpeg ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME:tu}
 USE_GNOME=	libxml2



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