diff options
Diffstat (limited to 'graphics/libiptcdata/Makefile')
-rw-r--r-- | graphics/libiptcdata/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/libiptcdata/Makefile b/graphics/libiptcdata/Makefile index b0db2df0e51e..0999fa7de1cb 100644 --- a/graphics/libiptcdata/Makefile +++ b/graphics/libiptcdata/Makefile @@ -16,10 +16,17 @@ COMMENT= Library for manipulating IPTC metadata stored in image files USE_GNOME= pkgconfig USE_ICONV= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile (UINT32_MAX not defined) +.endif + post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/libiptcdata/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> |