svn commit: r495548 - head/graphics/libreatlas

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 04:59:54 UTC 2019


Author: linimon
Date: Wed Mar 13 04:59:53 2019
New Revision: 495548
URL: https://svnweb.freebsd.org/changeset/ports/495548

Log:
  Fix build with gcc-based architectures:
  
    configure: error: C++ compiler cannot create executables
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/libreatlas/Makefile

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Wed Mar 13 04:56:48 2019	(r495547)
+++ head/graphics/libreatlas/Makefile	Wed Mar 13 04:59:53 2019	(r495548)
@@ -31,7 +31,7 @@ LIB_DEPENDS=	libmspack.so:archivers/libmspack \
 		libfontconfig.so:x11-fonts/fontconfig
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake iconv jpeg pathfix pkgconfig
+USES=		compiler:c++11-lang gettext gmake iconv jpeg pathfix pkgconfig
 USE_XORG=	ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp xext \
 		xfixes xi xinerama xrandr xrender xxf86vm
 USE_GNOME=	atk gdkpixbuf2 glib20 gtk20 pango


More information about the svn-ports-all mailing list