svn commit: r412063 - head/graphics/digikam-kde4

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Mar 28 16:39:23 UTC 2016


Author: rakuco
Date: Mon Mar 28 16:39:22 2016
New Revision: 412063
URL: https://svnweb.freebsd.org/changeset/ports/412063

Log:
  Revert r411863.
  
  It is not necessary because r411791 fixed it differently.

Modified:
  head/graphics/digikam-kde4/Makefile

Modified: head/graphics/digikam-kde4/Makefile
==============================================================================
--- head/graphics/digikam-kde4/Makefile	Mon Mar 28 16:36:22 2016	(r412062)
+++ head/graphics/digikam-kde4/Makefile	Mon Mar 28 16:39:22 2016	(r412063)
@@ -24,9 +24,7 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 		libkgeomap.so:${PORTSDIR}/astro/libkgeomap \
 		libboost_graph.so:${PORTSDIR}/devel/boost-libs
 
-# compiler:c++11-lang is necessary because graphics/lensfun's lensfun.h
-# contains C++ code inside an extern "C" block that base GCC cannot handle.
-USES+=		compiler:c++11-lang pkgconfig shebangfix
+USES+=		pkgconfig shebangfix
 USE_KDE4+=	libkdcraw libkexiv2 libkipi
 USE_QT4+=	sql-sqlite3_run
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list