svn commit: r487623 - head/graphics/dcmtk

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 16 19:13:23 UTC 2018


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 at 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


More information about the svn-ports-all mailing list