emulators/advancemame: fix build on powerpc

Build with GCC, clang hangs.
This commit is contained in:
Piotr Kubaj 2021-07-18 19:03:46 +00:00
parent 4eb168e0e8
commit 8470e0e564

View File

@ -44,6 +44,12 @@ SLANG_LIB_DEPENDS= libslang.so:devel/libslang2
SLANG_CONFIGURE_ENABLE= slang
SLANG_LDFLAGS= -lncurses
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_GCC= yes
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|-lpthread|-pthread| ; \