Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2013 05:58:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325506 - head/devel/libhid
Message-ID:  <201308280558.r7S5whsN067013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308280558.r7S5whsN067013>