diff options
Diffstat (limited to 'devel/json-c/Makefile')
-rw-r--r-- | devel/json-c/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/json-c/Makefile b/devel/json-c/Makefile index c91eaf29bd1e..38d066013d42 100644 --- a/devel/json-c/Makefile +++ b/devel/json-c/Makefile @@ -18,7 +18,9 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_AUTOTOOLS= autoheader USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig +USES= cpe gmake libtool pathfix pkgconfig + +CPE_VENDOR= json-c_project post-patch: @${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in |