svn commit: r320276 - head/news/nzbget
William Grzybowski
wg at FreeBSD.org
Sat Jun 8 19:53:33 UTC 2013
Author: wg
Date: Sat Jun 8 19:53:32 2013
New Revision: 320276
URL: http://svnweb.freebsd.org/changeset/ports/320276
Log:
- Remove USE_GCC for PAR option
libpar2 has been update and compiles with clang, so as the configure test.
PR: ports/179399
Submitted by: wg (myself)
Approved by: culot / jpaetzel (mentors, implicit), maintainer
Modified:
head/news/nzbget/Makefile
Modified: head/news/nzbget/Makefile
==============================================================================
--- head/news/nzbget/Makefile Sat Jun 8 17:18:33 2013 (r320275)
+++ head/news/nzbget/Makefile Sat Jun 8 19:53:32 2013 (r320276)
@@ -34,8 +34,6 @@ OPTIONS_DEFAULT= PAR GNUTLS
.if ${PORT_OPTIONS:MPAR}
CONFIGURE_ARGS+= --enable-parcheck --disable-libpar2-bugfixes-check
LIB_DEPENDS+= par2:${PORTSDIR}/archivers/libpar2
- # configure fail to test libpar2 with clang
- USE_GCC= any
.else
CONFIGURE_ARGS+= --disable-parcheck
.endif
More information about the svn-ports-head
mailing list