mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
benchmarks/polygraph: Exclude SSL option on i386
The port has USE_GCC=yes and SSL option breaks the build on i386 architecture with GCC 11, which is soon to become the default GCC version. PR: 264368 Reported by: exp-run (antoine) Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D35361
This commit is contained in:
parent
3dc1f88bfc
commit
59e497d770
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= polygraph
|
||||
DISTVERSION= 4.13.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= benchmarks www
|
||||
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
|
||||
EXTRACT_SUFX= -src.tgz
|
||||
@ -27,6 +27,7 @@ CONFLICTS= ltrace-0*
|
||||
|
||||
OPTIONS_DEFINE= DOCS GNUPLOT GSSAPI LDNS PERL SSL ZLIB
|
||||
OPTIONS_DEFAULT= SSL ZLIB
|
||||
OPTIONS_EXCLUDE_i386= SSL
|
||||
|
||||
GNUPLOT_DESC= GNUPlot for full reporting functionality
|
||||
GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot
|
||||
|
Loading…
Reference in New Issue
Block a user