Still BROKEN on 64-bit architectures.
This commit is contained in:
parent
7626320cde
commit
3d6066c14a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112879
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ PLIST_SUB+= BITS=64
|
|||
EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-configure
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Broken pkg-plist"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for f in pl plld plrc
|
||||
@${STRIP_CMD} ${PREFIX}/lib/${DISTNAME}/bin/${ARCH}-${OPSYS:L}/$f
|
||||
|
|
Loading…
Reference in a new issue