1
0
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:
Joe Marcus Clarke 2003-09-30 21:48:37 +00:00
parent c3c45bf4c6
commit 0611f91c22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89926
4 changed files with 12 additions and 0 deletions

View File

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

View File

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