svn commit: r495415 - head/misc/crosti

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 03:38:40 UTC 2019


Author: linimon
Date: Tue Mar 12 03:38:39 2019
New Revision: 495415
URL: https://svnweb.freebsd.org/changeset/ports/495415

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/crosti/Makefile

Modified: head/misc/crosti/Makefile
==============================================================================
--- head/misc/crosti/Makefile	Tue Mar 12 03:36:39 2019	(r495414)
+++ head/misc/crosti/Makefile	Tue Mar 12 03:38:39 2019	(r495415)
@@ -12,7 +12,8 @@ COMMENT=	Convert custom image to cross stitch design, 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/gpl.txt
 
-USES=		desktop-file-utils dos2unix gl qmake qt:5 shared-mime-info zip
+USES=		compiler:c++11-lang desktop-file-utils dos2unix gl qmake qt:5 \
+		shared-mime-info zip
 DOS2UNIX_GLOB=	*.cpp *.csc *.h *.pro *.txt *.xml
 USE_GL=		gl
 USE_QT=		concurrent core gui printsupport svg widgets buildtools_build


More information about the svn-ports-all mailing list