Skip to content

Commit

Permalink
editors/encryptpad: recognize powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 10, 2023
1 parent 86387d9 commit 2f524a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion editors/encryptpad/Makefile
@@ -1,6 +1,7 @@
PORTNAME= encryptpad
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0.2
PORTREVISION= 1
CATEGORIES= editors security

MAINTAINER= dmgk@FreeBSD.org
Expand Down Expand Up @@ -31,7 +32,9 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64
CONFIGURE_ARGS= --cpu="${ARCH}"
CONFIGURE_ARGS= --cpu="ppc64"
.elif ${ARCH} == powerpc64le
CONFIGURE_ARGS= --cpu="ppc64le"
.endif

.include <bsd.port.pre.mk>
Expand Down

0 comments on commit 2f524a6

Please sign in to comment.