mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Apply the ffmpeg configure patch conditionally. This patch breaks
the build on i386. Reported by: Jeremy Messenger <mezz7@cox.net> Approved by: lioux (implicit)
This commit is contained in:
parent
c3c45bf4c6
commit
0611f91c22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89926
@ -105,6 +105,12 @@ post-install:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Fix build on ia64. This patch breaks other archs, so include it
|
||||
# conditionally
|
||||
.if ${ARCH} == "ia64"
|
||||
EXTRA_PATCHES= ${FILESDIR}/ia64-patch-ffmpeg::configure
|
||||
.endif
|
||||
|
||||
# hermes is required for gstreamer-player to work
|
||||
# since it is currently the only colorspace plugin available
|
||||
WITH_HERMES= yes
|
||||
|
@ -105,6 +105,12 @@ post-install:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Fix build on ia64. This patch breaks other archs, so include it
|
||||
# conditionally
|
||||
.if ${ARCH} == "ia64"
|
||||
EXTRA_PATCHES= ${FILESDIR}/ia64-patch-ffmpeg::configure
|
||||
.endif
|
||||
|
||||
# hermes is required for gstreamer-player to work
|
||||
# since it is currently the only colorspace plugin available
|
||||
WITH_HERMES= yes
|
||||
|
Loading…
Reference in New Issue
Block a user