lang/mono6.8: fix powerpc* plist

- actually add pkg-plist.powerpc,
- move it before bsd.port.pre.mk.
This commit is contained in:
Piotr Kubaj 2021-10-06 20:52:51 +00:00
parent 8852199a64
commit 1ddcf44a18
2 changed files with 3443 additions and 4 deletions

View file

@ -98,16 +98,18 @@ X11_CONFIGURE_WITH= x
X11_RUN_DEPENDS= pango>0:x11-toolkits/pango \
libgdiplus>0:x11-toolkits/libgdiplus
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc*}
PLIST+= ${.CURDIR}/pkg-plist.powerpc
.endif
.include <bsd.port.pre.mk>
.if defined(QEMU_EMULATING) && "${QEMU_EMULATING}" == "1"
BROKEN= fails to build under qemu: Roslyn requires more functional POSIX implementation
.endif
.if ${ARCH:Mpowerpc*}
PLIST+= ${.CURDIR}/pkg-plist.powerpc
.endif
post-patch:
# Needed to force regeneration due to tarball packaging
${RM} ${WRKSRC}/configure ${WRKSRC}/Makefile \

File diff suppressed because it is too large Load diff