aboutsummaryrefslogtreecommitdiff
path: root/devel/libhid
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-28 05:58:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-28 05:58:42 +0000
commit5d7795844e971b5a179b4aebcee1ecedc0a9b217 (patch)
tree05ef82a1ed8c08d7e56e218a9565e61dbee0ebe5 /devel/libhid
parent073c7ad9bfcc02fafcef761685ef0152be607b98 (diff)
downloadports-5d7795844e971b5a179b4aebcee1ecedc0a9b217.tar.gz
ports-5d7795844e971b5a179b4aebcee1ecedc0a9b217.zip
Not building with Werror allows building with clang
Notes
Notes: svn path=/head/; revision=325506
Diffstat (limited to 'devel/libhid')
-rw-r--r--devel/libhid/Makefile5
1 files 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