diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-23 06:29:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-23 06:29:17 +0800 |
commit | 5b2b95c6671a02cf304c9e14af00814c0570d704 (patch) | |
tree | ac17d1ab15d23a2dc3fe9bfd156a7ffcf551a8e7 /science/libkml | |
parent | 815ce231f795b95e9a1214972fd90857cbef4732 (diff) | |
download | freebsd-ports-gnome-5b2b95c6671a02cf304c9e14af00814c0570d704.tar.gz freebsd-ports-gnome-5b2b95c6671a02cf304c9e14af00814c0570d704.tar.zst freebsd-ports-gnome-5b2b95c6671a02cf304c9e14af00814c0570d704.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Diffstat (limited to 'science/libkml')
-rw-r--r-- | science/libkml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile index 768365312edb..fb87016f4428 100644 --- a/science/libkml/Makefile +++ b/science/libkml/Makefile @@ -21,6 +21,8 @@ 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 |