Skip to content

Commit

Permalink
security/openssl31-quictls: correctly detect architecture on powerpc6…
Browse files Browse the repository at this point in the history
…4* / riscv64
  • Loading branch information
pkubaj committed Apr 24, 2024
1 parent 966c486 commit 208fb31
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion security/openssl31-quictls/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openssl
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 3.1.5
PORTREVISION= 2
PORTREVISION= 3
DISTVERSIONSUFFIX= -quic1
CATEGORIES= security devel
PKGNAMESUFFIX= 31-quictls
Expand Down Expand Up @@ -141,6 +141,16 @@ SHLIBS= lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so

PORTSCOUT= limit=^3\.1\.

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64
CONFIGURE_ARGS+= BSD-ppc64
.elif ${ARCH} == powerpc64le
CONFIGURE_ARGS+= BSD-ppc64le
.elif ${ARCH} == riscv64
CONFIGURE_ARGS+= BSD-riscv64
.endif

.include <bsd.port.pre.mk>
.if ${PREFIX} == /usr
IGNORE= the OpenSSL port can not be installed over the base version
Expand Down

0 comments on commit 208fb31

Please sign in to comment.