Skip to content

Commit

Permalink
misc/libpri: enable on armv7 and powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jun 15, 2021
1 parent c2f3850 commit 98127e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/libpri/Makefile
Expand Up @@ -15,7 +15,7 @@ USE_LDCONFIG= yes
PLIST_FILES= include/libpri.h lib/libpri.a lib/libpri.so lib/libpri.so.1
MAKE_ARGS= INSTALL_PREFIX=${STAGEDIR}${PREFIX}

ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le sparc64
ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le sparc64

post-patch:
${REINPLACE_CMD} -e '/^all:/s/$$(UTILITIES)//' ${WRKSRC}/Makefile
Expand Down

0 comments on commit 98127e3

Please sign in to comment.