svn commit: r325506 - head/devel/libhid

Baptiste Daroussin bapt at FreeBSD.org
Wed Aug 28 05:58:43 UTC 2013


Author: bapt
Date: Wed Aug 28 05:58:42 2013
New Revision: 325506
URL: http://svnweb.freebsd.org/changeset/ports/325506

Log:
  Not building with Werror allows building with clang

Modified:
  head/devel/libhid/Makefile

Modified: head/devel/libhid/Makefile
==============================================================================
--- head/devel/libhid/Makefile	Wed Aug 28 05:55:17 2013	(r325505)
+++ head/devel/libhid/Makefile	Wed Aug 28 05:58:42 2013	(r325506)
@@ -12,17 +12,16 @@ COMMENT=	User-space HID access library w
 
 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
 


More information about the svn-ports-head mailing list