svn commit: r484654 - head/chinese/reciteword

Mark Linimon linimon at FreeBSD.org
Sun Nov 11 03:28:19 UTC 2018


Author: linimon
Date: Sun Nov 11 03:28:18 2018
New Revision: 484654
URL: https://svnweb.freebsd.org/changeset/ports/484654

Log:
  USES=compiler:c++11-lang is necessary to fix build on GCC-based architectures.
  
  PR:		232892
  Submitted by:	Piotr Kubaj

Modified:
  head/chinese/reciteword/Makefile

Modified: head/chinese/reciteword/Makefile
==============================================================================
--- head/chinese/reciteword/Makefile	Sun Nov 11 02:13:11 2018	(r484653)
+++ head/chinese/reciteword/Makefile	Sun Nov 11 03:28:18 2018	(r484654)
@@ -20,7 +20,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libespeak.so:audio/espeak
 
-USES=		tar:bzip2 gettext gmake localbase pkgconfig
+USES=		compiler:c++11-lang tar:bzip2 gettext gmake gnome localbase \
+		pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool esound
 


More information about the svn-ports-all mailing list