1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- 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
This commit is contained in:
William Grzybowski 2013-06-08 19:53:32 +00:00
parent aa571ecdc5
commit 2d75064e04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320276

View File

@ -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