svn commit: r474193 - head/chinese/reciteword

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jul 8 19:29:49 UTC 2018


Author: amdmi3
Date: Sun Jul  8 19:29:48 2018
New Revision: 474193
URL: https://svnweb.freebsd.org/changeset/ports/474193

Log:
  - Pet portlint
  - Fix build with clang 6

Modified:
  head/chinese/reciteword/Makefile

Modified: head/chinese/reciteword/Makefile
==============================================================================
--- head/chinese/reciteword/Makefile	Sun Jul  8 18:16:41 2018	(r474192)
+++ head/chinese/reciteword/Makefile	Sun Jul  8 19:29:48 2018	(r474193)
@@ -20,11 +20,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libespeak.so:audio/espeak
 
+USES=		tar:bzip2 gettext gmake localbase pkgconfig
 GNU_CONFIGURE=	yes
-USES=		tar:bzip2 gettext gmake pkgconfig
 USE_GNOME=	gtk20 intltool esound
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
+
+CXXFLAGS+=	-Wno-reserved-user-defined-literal
 
 PORTDOCS=	AUTHORS ChangeLog INSTALL README readme.txt
 


More information about the svn-ports-all mailing list