aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-06-09 03:53:32 +0800
committerwg <wg@FreeBSD.org>2013-06-09 03:53:32 +0800
commitb4e54fbbf70504c3d21dfff31ccc46285feaa790 (patch)
treedb9793cfa1a7438b1a9d64848f746955b17a6b64 /news
parent8f198a7a066e53d8480eaff2c9ceed9734f0e62a (diff)
downloadfreebsd-ports-gnome-b4e54fbbf70504c3d21dfff31ccc46285feaa790.tar.gz
freebsd-ports-gnome-b4e54fbbf70504c3d21dfff31ccc46285feaa790.tar.zst
freebsd-ports-gnome-b4e54fbbf70504c3d21dfff31ccc46285feaa790.zip
- 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
Diffstat (limited to 'news')
-rw-r--r--news/nzbget/Makefile2
1 files changed, 0 insertions, 2 deletions
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