mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
multimedia/vapoursynth: unbreak after r417413
https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html Reported by: pkg-fallout
This commit is contained in:
parent
2fcc66a04a
commit
b35fa1b1a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418462
@ -24,6 +24,13 @@ OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD
|
||||
OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS}
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
# XXX After r417413 poudriere requires textproc/py-sphinx being built
|
||||
# with the same python version as USES=python here but it's currently
|
||||
# not possible due to https://github.com/freebsd/poudriere/issues/259
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
OPTIONS_EXCLUDE=DOCS
|
||||
.endif
|
||||
|
||||
OPTIONS_DEFINE_amd64= SIMD
|
||||
OPTIONS_DEFINE_i386= SIMD
|
||||
OPTIONS_DEFAULT_amd64= SIMD
|
||||
|
Loading…
Reference in New Issue
Block a user