Fix plist on !i386
PR: 74719 Submitted by: Hendrik Scholz
This commit is contained in:
parent
632913c5c5
commit
5c509a070c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123407
2 changed files with 8 additions and 5 deletions
|
@ -38,10 +38,6 @@ MAN1= avifix.1 aviindex.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Broken pkg-plist on !i386"
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libtheora.so)
|
||||
WITH_LIBTHEORA= yes
|
||||
.endif
|
||||
|
@ -399,4 +395,11 @@ post-install:
|
|||
|
||||
@${RM} ${PREFIX}/lib/transcode/*.la
|
||||
|
||||
.if ${ARCH} == i386
|
||||
PLIST_SUB+= I386=""
|
||||
.else
|
||||
PLIST_SUB+= I386="@comment "
|
||||
.endif
|
||||
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -71,7 +71,7 @@ lib/transcode/filter_decimate.so
|
|||
lib/transcode/filter_denoise3d.so
|
||||
lib/transcode/filter_detectclipping.so
|
||||
lib/transcode/filter_detectsilence.so
|
||||
lib/transcode/filter_dilyuvmmx.so
|
||||
%%I386%%lib/transcode/filter_dilyuvmmx.so
|
||||
lib/transcode/filter_divxkey.so
|
||||
lib/transcode/filter_doublefps.so
|
||||
lib/transcode/filter_dnr.so
|
||||
|
|
Loading…
Reference in a new issue