mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/bacula-libs3: remove conditional for openssl3
works fine on FreeBSD 13 too PR: 282999
This commit is contained in:
parent
1e854b1c19
commit
7e7d612352
1 changed files with 1 additions and 6 deletions
|
@ -19,12 +19,7 @@ USE_GNOME+= libxml2
|
||||||
MAKEFILE= GNUmakefile
|
MAKEFILE= GNUmakefile
|
||||||
MAKE_ARGS= MYDESTDIR=${STAGEDIR}/${PREFIX} \
|
MAKE_ARGS= MYDESTDIR=${STAGEDIR}/${PREFIX} \
|
||||||
MYINSTALL=install
|
MYINSTALL=install
|
||||||
.include <bsd.port.options.mk>
|
CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L # openssl3 compat
|
||||||
|
|
||||||
.if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base) || \
|
|
||||||
${SSL_DEFAULT:Mopenssl3*}
|
|
||||||
CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/s3
|
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/s3
|
||||||
|
|
Loading…
Add table
Reference in a new issue