Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 03:28:18 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484654 - head/chinese/reciteword
Message-ID:  <201811110328.wAB3SINQ071259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811110328.wAB3SINQ071259>