diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-28 13:58:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-28 13:58:42 +0800 |
commit | 7b47a5e26a6ffebcbbba4dd879a3bf19973fa6a6 (patch) | |
tree | 05ef82a1ed8c08d7e56e218a9565e61dbee0ebe5 | |
parent | 934ceedcae68ae498711008fe5bd9dab7de78fbe (diff) | |
download | freebsd-ports-gnome-7b47a5e26a6ffebcbbba4dd879a3bf19973fa6a6.tar.gz freebsd-ports-gnome-7b47a5e26a6ffebcbbba4dd879a3bf19973fa6a6.tar.zst freebsd-ports-gnome-7b47a5e26a6ffebcbbba4dd879a3bf19973fa6a6.zip |
Not building with Werror allows building with clang
-rw-r--r-- | devel/libhid/Makefile | 5 |
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 |