svn commit: r489802 - head/devel/avro-c
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jan 9 14:53:20 UTC 2019
Author: sunpoet
Date: Wed Jan 9 14:53:15 2019
New Revision: 489802
URL: https://svnweb.freebsd.org/changeset/ports/489802
Log:
Fix build on powerpc
PR: 234786
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Modified:
head/devel/avro-c/Makefile
Modified: head/devel/avro-c/Makefile
==============================================================================
--- head/devel/avro-c/Makefile Wed Jan 9 14:53:09 2019 (r489801)
+++ head/devel/avro-c/Makefile Wed Jan 9 14:53:15 2019 (r489802)
@@ -19,7 +19,8 @@ BROKEN_sparc64= fails to build
LIB_DEPENDS= libjansson.so:devel/jansson \
libsnappy.so:archivers/snappy
-USES= cmake pkgconfig
+USES= cmake compiler:c++11-lang pkgconfig
+
USE_LDCONFIG= yes
WRKSRC_SUBDIR= lang/c
More information about the svn-ports-head
mailing list