View | Details | Raw Unified | Return to bug 277098
Collapse All | Expand All

(-)b/archivers/zlib-ng/Makefile (-3 / +5 lines)
Lines 8-14 WWW= https://github.com/zlib-ng/zlib-ng Link Here
8
8
9
LICENSE=	ZLIB
9
LICENSE=	ZLIB
10
10
11
USES=		cmake compiler:c11
11
USES=		compiler:c11
12
USE_LDCONFIG=	yes
12
USE_LDCONFIG=	yes
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
14
Lines 16-23 OPTIONS_DEFINE= SIMD TEST Link Here
16
16
17
SIMD_CMAKE_BOOL=	WITH_OPTIM
17
SIMD_CMAKE_BOOL=	WITH_OPTIM
18
TEST_BUILD_DEPENDS=	googletest>=0:devel/googletest
18
TEST_BUILD_DEPENDS=	googletest>=0:devel/googletest
19
TEST_USES=		cmake:testing
20
TEST_USES_OFF=		cmake
19
TEST_CMAKE_BOOL=	ZLIB_ENABLE_TESTS ZLIBNG_ENABLE_TESTS
21
TEST_CMAKE_BOOL=	ZLIB_ENABLE_TESTS ZLIBNG_ENABLE_TESTS
20
TEST_BROKEN=		error: use of undeclared identifier 'isascii'
22
# error: use of undeclared identifier 'isascii'
23
TEST_CFLAGS=		-D__XSI_VISIBLE
21
24
22
PLIST_SUB=	SHLIB_VER=${DISTVERSION}
25
PLIST_SUB=	SHLIB_VER=${DISTVERSION}
23
26
24
- 

Return to bug 277098