1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Not building with Werror allows building with clang

This commit is contained in:
Baptiste Daroussin 2013-08-28 05:58:42 +00:00
parent 073c7ad9bf
commit 5d7795844e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325506

View File

@ -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