diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-01-26 19:35:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-01-26 19:35:51 +0000 |
commit | e8dd8526db6892109cc56c84d33f785a882611fa (patch) | |
tree | 3f38c5f63d9a16a206bd20b316a45118f859eeb9 | |
parent | 3fdcc07d81026be8be91620e4980832453859d87 (diff) |
Notes
-rw-r--r-- | graphics/gexiv2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index 2901ff441705..212ab55379f1 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -16,8 +16,6 @@ BUILD_DEPENDS= gm4:devel/m4 \ vala>=0:lang/vala LIB_DEPENDS= libexiv2.so:graphics/exiv2 -BROKEN_powerpc64= fails to compile: gexiv2-metadata-gps.cpp: 'overflow_error' is not a member of 'std' - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-introspection=yes \ --enable-vala=yes |