From 7b47a5e26a6ffebcbbba4dd879a3bf19973fa6a6 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 28 Aug 2013 05:58:42 +0000 Subject: Not building with Werror allows building with clang --- devel/libhid/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile index 33cfc901dd4f..c76ac2691043 100644 --- a/devel/libhid/Makefile +++ b/devel/libhid/Makefile @@ -12,17 +12,16 @@ COMMENT= User-space HID access library written in C MAN1= libhid-detach-device.1 MANCOMPRESSED= no -USE_GCC= any USE_LDCONFIG= yes -USE_GMAKE= yes USE_PYTHON= yes +USES= gmake BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13 HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--prefix=${PREFIX} --mandir=${MANPREFIX}/man --without-doxygen +CONFIGURE_ARGS+=--prefix=${PREFIX} --mandir=${MANPREFIX}/man --without-doxygen --disable-werror EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb -- cgit