svn commit: r448389 - head/science/libkml
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 20 12:26:59 UTC 2017
Author: sunpoet
Date: Sun Aug 20 12:26:58 2017
New Revision: 448389
URL: https://svnweb.freebsd.org/changeset/ports/448389
Log:
Pet portlint: move BROKEN_* upward
Modified:
head/science/libkml/Makefile
Modified: head/science/libkml/Makefile
==============================================================================
--- head/science/libkml/Makefile Sun Aug 20 12:26:53 2017 (r448388)
+++ head/science/libkml/Makefile Sun Aug 20 12:26:58 2017 (r448389)
@@ -12,6 +12,8 @@ COMMENT= Reference implementation of OGC KML 2.2
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= fails to compile: iomem_simple.h: redefinition of typedef 'open_file_func'
+
BUILD_DEPENDS= boost-libs>=1.44.0:devel/boost-libs \
googletest>=1.7.0:devel/googletest \
minizip>=1.2.8:archivers/minizip
@@ -20,8 +22,6 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libgtest.so:devel/googletest \
libminizip.so:archivers/minizip \
liburiparser.so:net/uriparser
-
-BROKEN_powerpc64= fails to compile: iomem_simple.h: redefinition of typedef 'open_file_func'
OPTIONS_DEFINE= EXAMPLES
More information about the svn-ports-head
mailing list