Changeset View
Changeset View
Standalone View
Standalone View
devel/pcre2/Makefile
| Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | |||||
| READLINE_USES= readline | READLINE_USES= readline | ||||
| READLINE_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Readline:BOOL=True | READLINE_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Readline:BOOL=True | ||||
| STATIC_CMAKE_BOOL= BUILD_STATIC_LIBS | STATIC_CMAKE_BOOL= BUILD_STATIC_LIBS | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| .if ${ARCH:Mmips64*} == "" && ${ARCH:Mriscv64*} == "" | .if ${ARCH:Mriscv64*} == "" | ||||
| CMAKE_ON+= PCRE2_SUPPORT_JIT | CMAKE_ON+= PCRE2_SUPPORT_JIT | ||||
| .else | .else | ||||
| CMAKE_OFF+= PCRE2_SUPPORT_JIT | CMAKE_OFF+= PCRE2_SUPPORT_JIT | ||||
| .endif | .endif | ||||
| # Optional knobs that accept positive integer parameters (see pcrebuild(3)): | # Optional knobs that accept positive integer parameters (see pcrebuild(3)): | ||||
| # Allow the use of very large patterns (> 64K) with the 8- and 16-bit | # Allow the use of very large patterns (> 64K) with the 8- and 16-bit | ||||
| Show All 27 Lines | |||||