diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-20 20:26:58 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-20 20:26:58 +0800 |
commit | fc0629ec6409ce4d131ff352f8c494d6c73626b1 (patch) | |
tree | c32880d87f52743334a93037558889f16a24583d /science | |
parent | 66266812c4036652a19644f6d3c21180533bc6d8 (diff) | |
download | freebsd-ports-gnome-fc0629ec6409ce4d131ff352f8c494d6c73626b1.tar.gz freebsd-ports-gnome-fc0629ec6409ce4d131ff352f8c494d6c73626b1.tar.zst freebsd-ports-gnome-fc0629ec6409ce4d131ff352f8c494d6c73626b1.zip |
Pet portlint: move BROKEN_* upward
Diffstat (limited to 'science')
-rw-r--r-- | science/libkml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile index fb87016f4428..16de3d2ed702 100644 --- a/science/libkml/Makefile +++ b/science/libkml/Makefile @@ -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 @@ -21,8 +23,6 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ 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 CMAKE_ARGS= -DWITH_JAVA=OFF -DWITH_PYTHON=OFF -DWITH_SWIG=OFF |