Changeset View
Changeset View
Standalone View
Standalone View
devel/cjose/Makefile
| Show All 22 Lines | |||||
| CONFIGURE_ARGS= --with-jansson=${PREFIX} --with-openssl=${OPENSSLBASE} | CONFIGURE_ARGS= --with-jansson=${PREFIX} --with-openssl=${OPENSSLBASE} | ||||
| .include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
| .if ${COMPILER_TYPE} == clang | .if ${COMPILER_TYPE} == clang | ||||
| CFLAGS+= -Wno-error=strict-prototypes | CFLAGS+= -Wno-error=strict-prototypes | ||||
| .endif | .endif | ||||
| .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} | .if ( ${OPSYS} == FreeBSD && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} | ||||
| CFLAGS+= -Wno-error=deprecated-declarations | CFLAGS+= -Wno-error=deprecated-declarations | ||||
| .endif | .endif | ||||
| .include <bsd.port.post.mk> | .include <bsd.port.post.mk> | ||||