From b4e54fbbf70504c3d21dfff31ccc46285feaa790 Mon Sep 17 00:00:00 2001 From: wg Date: Sat, 8 Jun 2013 19:53:32 +0000 Subject: - 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 --- news/nzbget/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'news') diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index d1047d45d13b..b5d3def1b2c8 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -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 -- cgit